#CB68E6

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

Shades of Orchid #CB68E6

Tints of Orchid #CB68E6

Color information

#CB68E6 (or 0xCB68E6) is unknown color: approx Orchid. HEX triplet: CB, 68 and E6. RGB value is (203,104,230). Sum of RGB (Red+Green+Blue) = 203+104+230=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 104 (41.02% from 255 or 19.37% from 537); Blue value is 230 (90.23% from 255 or 42.83% from 537); Max value from RGB is 230 - color contains mainly: blue. Hex color #CB68E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB68E6 is #349719. Grayscale: #939393. Windows color (decimal): -3446554 or 15100107. OLE color: 15100107.

HSL color Cylindrical-coordinate representation of color #CB68E6: hue angle of 287.14º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB68E6 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB203104230-
CMYK0.120.5500.10
HSL287.14º71.59%65.49%-
HSV(B)287.14º54.78%90.2%-
XYZ43.8628.3178.02-
YUV147.96174.3167.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.80%
GREEN value IS 104 (41.02% from 255) = 19.37%
BLUE value IS 230 (90.23% from 255) = 42.83%
R=37.80%
G=19.37%
B=42.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2031042300.120.5500.10287.1471.5965.49
HexCB68E6C370A11f4841
Octal3131503461467012437110101
Binary1100101111010001110011011001101110101010001111110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB68E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB68E6; }

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

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

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

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

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

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

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

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