#CD7DE1

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

Shades of Orchid #CD7DE1

Tints of Orchid #CD7DE1

Color information

#CD7DE1 (or 0xCD7DE1) is unknown color: approx Orchid. HEX triplet: CD, 7D and E1. RGB value is (205,125,225). Sum of RGB (Red+Green+Blue) = 205+125+225=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 125 (49.22% from 255 or 22.52% from 555); Blue value is 225 (88.28% from 255 or 40.54% from 555); Max value from RGB is 225 - color contains mainly: blue. Hex color #CD7DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7DE1 is #32821E. Grayscale: #A0A0A0. Windows color (decimal): -3310111 or 14777805. OLE color: 14777805.

HSL color Cylindrical-coordinate representation of color #CD7DE1: hue angle of 288º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD7DE1 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB205125225-
CMYK0.090.4400.12
HSL288º62.5%68.63%-
HSV(B)288º44.44%88.24%-
XYZ46.133.0875.19-
YUV160.32164.5159.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.94%
GREEN value IS 125 (49.22% from 255) = 22.52%
BLUE value IS 225 (88.28% from 255) = 40.54%
R=36.94%
G=22.52%
B=40.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2051252250.090.4400.1228862.568.63
HexCD7DE192C0C1203e45
Octal315175341115401444076105
Binary110011011111101111000011001101100011001001000001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7DE1; }

 p { color: rgb(205,125,225); }

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

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

 a { background-color: rgb(205,125,225); }

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

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

 span { border-color: rgb(205,125,225); }

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