#CB7CC2

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

Shades of Orchid #CB7CC2

Tints of Orchid #CB7CC2

Color information

#CB7CC2 (or 0xCB7CC2) is unknown color: approx Orchid. HEX triplet: CB, 7C and C2. RGB value is (203,124,194). Sum of RGB (Red+Green+Blue) = 203+124+194=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 194 (76.17% from 255 or 37.24% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7CC2 is #34833D. Grayscale: #9B9B9B. Windows color (decimal): -3441470 or 12745931. OLE color: 12745931.

HSL color Cylindrical-coordinate representation of color #CB7CC2: hue angle of 306.84º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB7CC2 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB203124194-
CMYK00.390.040.20
HSL306.84º43.17%64.12%-
HSV(B)306.84º38.92%79.61%-
XYZ41.5731.0154.83-
YUV155.6149.67161.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.96%
GREEN value IS 124 (48.83% from 255) = 23.80%
BLUE value IS 194 (76.17% from 255) = 37.24%
R=38.96%
G=23.80%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312419400.390.040.20306.8443.1764.12
HexCB7CC20274141332b40
Octal31317430204742446353100
Binary110010111111100110000100100111100101001001100111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7CC2; }

 p { color: rgb(203,124,194); }

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

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

 a { background-color: rgb(203,124,194); }

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

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

 span { border-color: rgb(203,124,194); }

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