#CD7FDE

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

Shades of Orchid #CD7FDE

Tints of Orchid #CD7FDE

Color information

#CD7FDE (or 0xCD7FDE) is unknown color: approx Orchid. HEX triplet: CD, 7F and DE. RGB value is (205,127,222). Sum of RGB (Red+Green+Blue) = 205+127+222=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 127 (50% from 255 or 22.92% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD7FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7FDE is #328021. Grayscale: #A0A0A0. Windows color (decimal): -3309602 or 14581709. OLE color: 14581709.

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

Color convert

RGB205127222-
CMYK0.080.4300.13
HSL289.26º59.01%68.43%-
HSV(B)289.26º42.79%87.06%-
XYZ45.9533.4373.14-
YUV161.15162.34159.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.00%
GREEN value IS 127 (50% from 255) = 22.92%
BLUE value IS 222 (87.11% from 255) = 40.07%
R=37.00%
G=22.92%
B=40.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051272220.080.4300.13289.2659.0168.43
HexCD7FDE82B0D1213b44
Octal315177336105301544173104
Binary110011011111111110111101000101011011011001000011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7FDE; }

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

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

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

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

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

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

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

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