#CD7EC1

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

Shades of Orchid #CD7EC1

Tints of Orchid #CD7EC1

Color information

#CD7EC1 (or 0xCD7EC1) is unknown color: approx Orchid. HEX triplet: CD, 7E and C1. RGB value is (205,126,193). Sum of RGB (Red+Green+Blue) = 205+126+193=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 126 (49.61% from 255 or 24.05% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7EC1 is #32813E. Grayscale: #9D9D9D. Windows color (decimal): -3309887 or 12680909. OLE color: 12680909.

HSL color Cylindrical-coordinate representation of color #CD7EC1: hue angle of 309.11º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CD7EC1 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB205126193-
CMYK00.390.060.20
HSL309.11º44.13%64.9%-
HSV(B)309.11º38.54%80.39%-
XYZ42.2631.7554.35-
YUV157.26148.17162.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.12%
GREEN value IS 126 (49.61% from 255) = 24.05%
BLUE value IS 193 (75.78% from 255) = 36.83%
R=39.12%
G=24.05%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512619300.390.060.20309.1144.1364.9
HexCD7EC10276141352c41
Octal31517630104762446554101
Binary110011011111110110000010100111110101001001101011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7EC1; }

 p { color: rgb(205,126,193); }

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

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

 a { background-color: rgb(205,126,193); }

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

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

 span { border-color: rgb(205,126,193); }

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