#CD7CDF

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

Shades of Orchid #CD7CDF

Tints of Orchid #CD7CDF

Color information

#CD7CDF (or 0xCD7CDF) is unknown color: approx Orchid. HEX triplet: CD, 7C and DF. RGB value is (205,124,223). Sum of RGB (Red+Green+Blue) = 205+124+223=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 124 (48.83% from 255 or 22.46% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD7CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7CDF is #328320. Grayscale: #9F9F9F. Windows color (decimal): -3310369 or 14646477. OLE color: 14646477.

HSL color Cylindrical-coordinate representation of color #CD7CDF: hue angle of 289.09º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD7CDF is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205124223-
CMYK0.080.4400.13
HSL289.09º60.74%68.04%-
HSV(B)289.09º44.39%87.45%-
XYZ45.732.7273.72-
YUV159.5163.84160.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.14%
GREEN value IS 124 (48.83% from 255) = 22.46%
BLUE value IS 223 (87.5% from 255) = 40.40%
R=37.14%
G=22.46%
B=40.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051242230.080.4400.13289.0960.7468.04
HexCD7CDF82C0D1213d44
Octal315174337105401544175104
Binary110011011111100110111111000101100011011001000011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7CDF; }

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

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

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

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

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

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

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

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