#CB6ECC

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

Shades of Orchid #CB6ECC

Tints of Orchid #CB6ECC

Color information

#CB6ECC (or 0xCB6ECC) is unknown color: approx Orchid. HEX triplet: CB, 6E and CC. RGB value is (203,110,204). Sum of RGB (Red+Green+Blue) = 203+110+204=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 110 (43.36% from 255 or 21.28% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB6ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6ECC is #349133. Grayscale: #949494. Windows color (decimal): -3445044 or 13397707. OLE color: 13397707.

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

Color convert

RGB203110204-
CMYK0.000.4600.2
HSL299.36º47.96%61.57%-
HSV(B)299.36º46.08%80%-
XYZ41.128.2160.41-
YUV148.52159.31166.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.26%
GREEN value IS 110 (43.36% from 255) = 21.28%
BLUE value IS 204 (80.08% from 255) = 39.46%
R=39.26%
G=21.28%
B=39.46%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2031102040.000.4600.2299.3647.9661.57
HexCB6ECC02E01412b303e
Octal3131563140560244536076
Binary110010111101110110011000101110010100100101011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6ECC; }

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

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

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

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

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

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

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

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