#CD7EBE

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

Shades of Orchid #CD7EBE

Tints of Orchid #CD7EBE

Color information

#CD7EBE (or 0xCD7EBE) is unknown color: approx Orchid. HEX triplet: CD, 7E and BE. RGB value is (205,126,190). Sum of RGB (Red+Green+Blue) = 205+126+190=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7EBE is #328141. Grayscale: #9C9C9C. Windows color (decimal): -3309890 or 12484301. OLE color: 12484301.

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

Color convert

RGB205126190-
CMYK00.390.070.20
HSL311.39º44.13%64.9%-
HSV(B)311.39º38.54%80.39%-
XYZ41.9331.6252.61-
YUV156.92146.67162.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.35%
GREEN value IS 126 (49.61% from 255) = 24.18%
BLUE value IS 190 (74.61% from 255) = 36.47%
R=39.35%
G=24.18%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512619000.390.070.20311.3944.1364.9
HexCD7EBE0277141372c41
Octal31517627604772446754101
Binary110011011111110101111100100111111101001001101111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7EBE; }

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

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

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

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

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

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

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

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