#CD7CDE

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

Shades of Orchid #CD7CDE

Tints of Orchid #CD7CDE

Color information

#CD7CDE (or 0xCD7CDE) is unknown color: approx Orchid. HEX triplet: CD, 7C and DE. RGB value is (205,124,222). Sum of RGB (Red+Green+Blue) = 205+124+222=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 124 (48.83% from 255 or 22.50% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD7CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7CDE is #328321. Grayscale: #9F9F9F. Windows color (decimal): -3310370 or 14580941. OLE color: 14580941.

HSL color Cylindrical-coordinate representation of color #CD7CDE: hue angle of 289.59º degrees, saturation: 0.6, 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 #CD7CDE is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205124222-
CMYK0.080.4400.13
HSL289.59º59.76%67.84%-
HSV(B)289.59º44.14%87.06%-
XYZ45.5732.6773.01-
YUV159.39163.34160.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.21%
GREEN value IS 124 (48.83% from 255) = 22.50%
BLUE value IS 222 (87.11% from 255) = 40.29%
R=37.21%
G=22.50%
B=40.29%

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
Decimal2051242220.080.4400.13289.5959.7667.84
HexCD7CDE82C0D1223c44
Octal315174336105401544274104
Binary110011011111100110111101000101100011011001000101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7CDE; }

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

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

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

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

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

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

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

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