#CB63D0

Color #CB63D0 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CB63D0

Tints of Orchid #CB63D0

Color information

#CB63D0 (or 0xCB63D0) is unknown color: approx Orchid. HEX triplet: CB, 63 and D0. RGB value is (203,99,208). Sum of RGB (Red+Green+Blue) = 203+99+208=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 99 (39.06% from 255 or 19.41% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB63D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB63D0 is #349C2F. Grayscale: #8E8E8E. Windows color (decimal): -3447856 or 13657035. OLE color: 13657035.

HSL color Cylindrical-coordinate representation of color #CB63D0: hue angle of 297.25º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB63D0 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20399208-
CMYK0.020.5200.18
HSL297.25º53.69%60.2%-
HSV(B)297.25º52.4%81.57%-
XYZ40.4826.1762.59-
YUV142.52164.96171.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 39.80%
GREEN value IS 99 (39.06% from 255) = 19.41%
BLUE value IS 208 (81.64% from 255) = 40.78%
R=39.80%
G=19.41%
B=40.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal203992080.020.5200.18297.2553.6960.2
HexCB63D0234012129363c
Octal3131433202640224516674
Binary1100101111000111101000010110100010010100101001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB63D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB63D0; }

 p { color: rgb(203,99,208); }

 H1.HeaderClassName
 {
   color: #CB63D0;
 }
 .AnyTagClassName
 {
   color: #CB63D0;
 }
</style>
background-color css

<style>
 a { background-color: #CB63D0; }

 a { background-color: rgb(203,99,208); }

 div.DivClassName
 {
   background-color: #CB63D0;
 }
 .BgClassName
 {
   background-color: #CB63D0;
 }
</style>
border-color css

<style>
 span { border-color: #CB63D0; }

 span { border-color: rgb(203,99,208); }

 td.TdClassName
 {
   border-color: #CB63D0;
 }
 .TagClassName
 {
   border-color: #CB63D0;
 }
</style>