#cb7cd4

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

Shades of Orchid #CB7CD4

Tints of Orchid #CB7CD4

Color information

#CB7CD4 (or 0xCB7CD4) is unknown color: approx Orchid. HEX triplet: CB, 7C and D4. RGB value is (203,124,212). Sum of RGB (Red+Green+Blue) = 203+124+212=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 124 (48.83% from 255 or 23.01% from 539); Blue value is 212 (83.20% from 255 or 39.33% from 539); Max value from RGB is 212 - color contains mainly: blue. Hex color #CB7CD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7CD4 is #34832B. Grayscale: #9D9D9D. Windows color (decimal): -3441452 or 13925579. OLE color: 13925579.

HSL color Cylindrical-coordinate representation of color #CB7CD4: hue angle of 293.86º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB7CD4 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB203124212-
CMYK0.040.4200.17
HSL293.86º50.57%65.88%-
HSV(B)293.86º41.51%83.14%-
XYZ43.7231.8766.13-
YUV157.65158.67160.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.66%
GREEN value IS 124 (48.83% from 255) = 23.01%
BLUE value IS 212 (83.20% from 255) = 39.33%
R=37.66%
G=23.01%
B=39.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2031242120.040.4200.17293.8650.5765.88
HexCB7CD442A0111263342
Octal31317432445202144663102
Binary110010111111100110101001001010100100011001001101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb7cd4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb7cd4; }

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

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

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

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

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

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

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

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