#CB6BCC

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

Shades of Orchid #CB6BCC

Tints of Orchid #CB6BCC

Color information

#CB6BCC (or 0xCB6BCC) is unknown color: approx Orchid. HEX triplet: CB, 6B and CC. RGB value is (203,107,204). Sum of RGB (Red+Green+Blue) = 203+107+204=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB6BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6BCC is #349433. Grayscale: #929292. Windows color (decimal): -3445812 or 13396939. OLE color: 13396939.

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

Color convert

RGB203107204-
CMYK0.000.4800.2
HSL299.38º48.74%60.98%-
HSV(B)299.38º47.55%80%-
XYZ40.7927.5760.3-
YUV146.76160.3168.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.49%
GREEN value IS 107 (42.19% from 255) = 20.82%
BLUE value IS 204 (80.08% from 255) = 39.69%
R=39.49%
G=20.82%
B=39.69%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2031072040.000.4800.2299.3848.7460.98
HexCB6BCC03001412b313d
Octal3131533140600244536175
Binary110010111101011110011000110000010100100101011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6BCC; }

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

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

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

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

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

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

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

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