#CD7EC2

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

Shades of Orchid #CD7EC2

Tints of Orchid #CD7EC2

Color information

#CD7EC2 (or 0xCD7EC2) is unknown color: approx Orchid. HEX triplet: CD, 7E and C2. RGB value is (205,126,194). Sum of RGB (Red+Green+Blue) = 205+126+194=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 126 (49.61% from 255 or 24% from 525); Blue value is 194 (76.17% from 255 or 36.95% from 525); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7EC2 is #32813D. Grayscale: #9D9D9D. Windows color (decimal): -3309886 or 12746445. OLE color: 12746445.

HSL color Cylindrical-coordinate representation of color #CD7EC2: hue angle of 308.35º 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 #CD7EC2 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB205126194-
CMYK00.390.050.20
HSL308.35º44.13%64.9%-
HSV(B)308.35º38.54%80.39%-
XYZ42.3831.854.94-
YUV157.37148.67161.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.05%
GREEN value IS 126 (49.61% from 255) = 24%
BLUE value IS 194 (76.17% from 255) = 36.95%
R=39.05%
G=24%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512619400.390.050.20308.3544.1364.9
HexCD7EC20275141342c41
Octal31517630204752446454101
Binary110011011111110110000100100111101101001001101001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7EC2; }

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

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

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

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

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

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

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

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