#CB7CD7

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

Shades of Orchid #CB7CD7

Tints of Orchid #CB7CD7

Color information

#CB7CD7 (or 0xCB7CD7) is unknown color: approx Orchid. HEX triplet: CB, 7C and D7. RGB value is (203,124,215). Sum of RGB (Red+Green+Blue) = 203+124+215=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 215 (84.38% from 255 or 39.67% from 542); Max value from RGB is 215 - color contains mainly: blue. Hex color #CB7CD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7CD7 is #348328. Grayscale: #9D9D9D. Windows color (decimal): -3441449 or 14122187. OLE color: 14122187.

HSL color Cylindrical-coordinate representation of color #CB7CD7: hue angle of 292.09º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB7CD7 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB203124215-
CMYK0.060.4200.16
HSL292.09º53.22%66.47%-
HSV(B)292.09º42.33%84.31%-
XYZ44.132.0268.15-
YUV157.99160.17160.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.45%
GREEN value IS 124 (48.83% from 255) = 22.88%
BLUE value IS 215 (84.38% from 255) = 39.67%
R=37.45%
G=22.88%
B=39.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2031242150.060.4200.16292.0953.2266.47
HexCB7CD762A0101243542
Octal31317432765202044465102
Binary110010111111100110101111101010100100001001001001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7CD7; }

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

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

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

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

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

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

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

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