#CD7CBC

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

Shades of Orchid #CD7CBC

Tints of Orchid #CD7CBC

Color information

#CD7CBC (or 0xCD7CBC) is unknown color: approx Orchid. HEX triplet: CD, 7C and BC. RGB value is (205,124,188). Sum of RGB (Red+Green+Blue) = 205+124+188=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 124 (48.83% from 255 or 23.98% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7CBC is #328343. Grayscale: #9B9B9B. Windows color (decimal): -3310404 or 12352717. OLE color: 12352717.

HSL color Cylindrical-coordinate representation of color #CD7CBC: hue angle of 312.59º 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 #CD7CBC is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB205124188-
CMYK00.400.080.20
HSL312.59º44.75%64.51%-
HSV(B)312.59º39.51%80.39%-
XYZ41.4631.0351.38-
YUV155.51146.34163.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.65%
GREEN value IS 124 (48.83% from 255) = 23.98%
BLUE value IS 188 (73.83% from 255) = 36.36%
R=39.65%
G=23.98%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512418800.400.080.20312.5944.7564.51
HexCD7CBC0288141392d41
Octal315174274050102447155101
Binary1100110111111001011110001010001000101001001110011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7CBC; }

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

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

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

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

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

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

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

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