#CB7FD9

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

Shades of Orchid #CB7FD9

Tints of Orchid #CB7FD9

Color information

#CB7FD9 (or 0xCB7FD9) is unknown color: approx Orchid. HEX triplet: CB, 7F and D9. RGB value is (203,127,217). Sum of RGB (Red+Green+Blue) = 203+127+217=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 217 (85.16% from 255 or 39.67% from 547); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB7FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7FD9 is #348026. Grayscale: #9F9F9F. Windows color (decimal): -3440679 or 14254027. OLE color: 14254027.

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

Color convert

RGB203127217-
CMYK0.060.4100.15
HSL290.67º54.22%67.45%-
HSV(B)290.67º41.47%85.1%-
XYZ44.7432.8969.63-
YUV159.98160.18158.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.11%
GREEN value IS 127 (50% from 255) = 23.22%
BLUE value IS 217 (85.16% from 255) = 39.67%
R=37.11%
G=23.22%
B=39.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031272170.060.4100.15290.6754.2267.45
HexCB7FD96290F1233643
Octal31317733165101744366103
Binary11001011111111111011001110101001011111001000111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7FD9; }

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

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

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

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

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

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

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

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