#CD76DF

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

Shades of Orchid #CD76DF

Tints of Orchid #CD76DF

Color information

#CD76DF (or 0xCD76DF) is unknown color: approx Orchid. HEX triplet: CD, 76 and DF. RGB value is (205,118,223). Sum of RGB (Red+Green+Blue) = 205+118+223=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 118 (46.48% from 255 or 21.61% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD76DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD76DF is #328920. Grayscale: #9B9B9B. Windows color (decimal): -3311905 or 14644941. OLE color: 14644941.

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

Color convert

RGB205118223-
CMYK0.080.4700.13
HSL289.71º62.13%66.86%-
HSV(B)289.71º47.09%87.45%-
XYZ44.9731.2673.48-
YUV155.98165.82162.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.55%
GREEN value IS 118 (46.48% from 255) = 21.61%
BLUE value IS 223 (87.5% from 255) = 40.84%
R=37.55%
G=21.61%
B=40.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051182230.080.4700.13289.7162.1366.86
HexCD76DF82F0D1223e43
Octal315166337105701544276103
Binary110011011110110110111111000101111011011001000101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD76DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD76DF; }

 p { color: rgb(205,118,223); }

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

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

 a { background-color: rgb(205,118,223); }

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

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

 span { border-color: rgb(205,118,223); }

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