#CB68E0

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

Shades of Orchid #CB68E0

Tints of Orchid #CB68E0

Color information

#CB68E0 (or 0xCB68E0) is unknown color: approx Orchid. HEX triplet: CB, 68 and E0. RGB value is (203,104,224). Sum of RGB (Red+Green+Blue) = 203+104+224=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 104 (41.02% from 255 or 19.59% from 531); Blue value is 224 (87.89% from 255 or 42.18% from 531); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB68E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB68E0 is #34971F. Grayscale: #929292. Windows color (decimal): -3446560 or 14706891. OLE color: 14706891.

HSL color Cylindrical-coordinate representation of color #CB68E0: hue angle of 289.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB68E0 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB203104224-
CMYK0.090.5400.12
HSL289.5º65.93%64.31%-
HSV(B)289.5º53.57%87.84%-
XYZ43.0327.9873.65-
YUV147.28171.3167.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.23%
GREEN value IS 104 (41.02% from 255) = 19.59%
BLUE value IS 224 (87.89% from 255) = 42.18%
R=38.23%
G=19.59%
B=42.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2031042240.090.5400.12289.565.9364.31
HexCB68E09360C1224240
Octal3131503401166014442102100
Binary1100101111010001110000010011101100110010010001010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB68E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB68E0; }

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

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

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

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

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

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

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

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