#cb68cc

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

Shades of Orchid #CB68CC

Tints of Orchid #CB68CC

Color information

#CB68CC (or 0xCB68CC) is unknown color: approx Orchid. HEX triplet: CB, 68 and CC. RGB value is (203,104,204). Sum of RGB (Red+Green+Blue) = 203+104+204=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 104 (41.02% from 255 or 20.35% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB68CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB68CC is #349733. Grayscale: #909090. Windows color (decimal): -3446580 or 13396171. OLE color: 13396171.

HSL color Cylindrical-coordinate representation of color #CB68CC: hue angle of 299.4º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB68CC is Cyan = 0.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB203104204-
CMYK0.000.4900.2
HSL299.4º49.5%60.39%-
HSV(B)299.4º49.02%80%-
XYZ40.4826.9660.2-
YUV145161.3169.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.73%
GREEN value IS 104 (41.02% from 255) = 20.35%
BLUE value IS 204 (80.08% from 255) = 39.92%
R=39.73%
G=20.35%
B=39.92%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2031042040.000.4900.2299.449.560.39
HexCB68CC03101412b323c
Octal3131503140610244536274
Binary110010111101000110011000110001010100100101011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb68cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb68cc; }

 p { color: rgb(203,104,204); }

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

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

 a { background-color: rgb(203,104,204); }

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

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

 span { border-color: rgb(203,104,204); }

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