#CB7BCC

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

Shades of Orchid #CB7BCC

Tints of Orchid #CB7BCC

Color information

#CB7BCC (or 0xCB7BCC) is unknown color: approx Orchid. HEX triplet: CB, 7B and CC. RGB value is (203,123,204). Sum of RGB (Red+Green+Blue) = 203+123+204=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 123 (48.44% from 255 or 23.21% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB7BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7BCC is #348433. Grayscale: #9B9B9B. Windows color (decimal): -3441716 or 13401035. OLE color: 13401035.

HSL color Cylindrical-coordinate representation of color #CB7BCC: hue angle of 299.26º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB7BCC is Cyan = 0.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB203123204-
CMYK0.000.4000.2
HSL299.26º44.26%64.12%-
HSV(B)299.26º39.71%80%-
XYZ42.6131.2260.91-
YUV156.15155161.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.30%
GREEN value IS 123 (48.44% from 255) = 23.21%
BLUE value IS 204 (80.08% from 255) = 38.49%
R=38.30%
G=23.21%
B=38.49%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2031232040.000.4000.2299.2644.2664.12
HexCB7BCC02801412b2c40
Octal31317331405002445354100
Binary1100101111110111100110001010000101001001010111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7BCC; }

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

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

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

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

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

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

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

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