#CD73D2

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

Shades of Orchid #CD73D2

Tints of Orchid #CD73D2

Color information

#CD73D2 (or 0xCD73D2) is unknown color: approx Orchid. HEX triplet: CD, 73 and D2. RGB value is (205,115,210). Sum of RGB (Red+Green+Blue) = 205+115+210=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 115 (45.31% from 255 or 21.70% from 530); Blue value is 210 (82.42% from 255 or 39.62% from 530); Max value from RGB is 210 - color contains mainly: blue. Hex color #CD73D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD73D2 is #328C2D. Grayscale: #989898. Windows color (decimal): -3312686 or 13792205. OLE color: 13792205.

HSL color Cylindrical-coordinate representation of color #CD73D2: hue angle of 296.84º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CD73D2 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB205115210-
CMYK0.020.4500.18
HSL296.84º51.35%63.73%-
HSV(B)296.84º45.24%82.35%-
XYZ42.9429.8964.48-
YUV152.74160.32165.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.68%
GREEN value IS 115 (45.31% from 255) = 21.70%
BLUE value IS 210 (82.42% from 255) = 39.62%
R=38.68%
G=21.70%
B=39.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2051152100.020.4500.18296.8451.3563.73
HexCD73D222D0121293340
Octal31516332225502245163100
Binary11001101111001111010010101011010100101001010011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD73D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD73D2; }

 p { color: rgb(205,115,210); }

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

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

 a { background-color: rgb(205,115,210); }

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

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

 span { border-color: rgb(205,115,210); }

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