#CB7CD9

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

Shades of Orchid #CB7CD9

Tints of Orchid #CB7CD9

Color information

#CB7CD9 (or 0xCB7CD9) is unknown color: approx Orchid. HEX triplet: CB, 7C and D9. RGB value is (203,124,217). Sum of RGB (Red+Green+Blue) = 203+124+217=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 124 (48.83% from 255 or 22.79% from 544); Blue value is 217 (85.16% from 255 or 39.89% from 544); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB7CD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7CD9 is #348326. Grayscale: #9D9D9D. Windows color (decimal): -3441447 or 14253259. OLE color: 14253259.

HSL color Cylindrical-coordinate representation of color #CB7CD9: hue angle of 290.97º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB7CD9 is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB203124217-
CMYK0.060.4300.15
HSL290.97º55.03%66.86%-
HSV(B)290.97º42.86%85.1%-
XYZ44.3632.1269.51-
YUV158.22161.17159.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.32%
GREEN value IS 124 (48.83% from 255) = 22.79%
BLUE value IS 217 (85.16% from 255) = 39.89%
R=37.32%
G=22.79%
B=39.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031242170.060.4300.15290.9755.0366.86
HexCB7CD962B0F1233743
Octal31317433165301744367103
Binary11001011111110011011001110101011011111001000111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7CD9; }

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

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

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

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

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

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

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

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