#CD7CCB

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

Shades of Orchid #CD7CCB

Tints of Orchid #CD7CCB

Color information

#CD7CCB (or 0xCD7CCB) is unknown color: approx Orchid. HEX triplet: CD, 7C and CB. RGB value is (205,124,203). Sum of RGB (Red+Green+Blue) = 205+124+203=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 124 (48.83% from 255 or 23.31% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7CCB is #328334. Grayscale: #9C9C9C. Windows color (decimal): -3310389 or 13335757. OLE color: 13335757.

HSL color Cylindrical-coordinate representation of color #CD7CCB: hue angle of 301.48º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD7CCB is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB205124203-
CMYK00.400.010.20
HSL301.48º44.75%64.51%-
HSV(B)301.48º39.51%80.39%-
XYZ43.1631.7160.34-
YUV157.22153.84162.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.53%
GREEN value IS 124 (48.83% from 255) = 23.31%
BLUE value IS 203 (79.69% from 255) = 38.16%
R=38.53%
G=23.31%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512420300.400.010.20301.4844.7564.51
HexCD7CCB02811412d2d41
Octal31517431305012445555101
Binary1100110111111001100101101010001101001001011011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7CCB; }

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

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

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

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

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

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

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

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