#CD73C3

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

Shades of Orchid #CD73C3

Tints of Orchid #CD73C3

Color information

#CD73C3 (or 0xCD73C3) is unknown color: approx Orchid. HEX triplet: CD, 73 and C3. RGB value is (205,115,195). Sum of RGB (Red+Green+Blue) = 205+115+195=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 115 (45.31% from 255 or 22.33% from 515); Blue value is 195 (76.56% from 255 or 37.86% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CD73C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD73C3 is #328C3C. Grayscale: #969696. Windows color (decimal): -3312701 or 12809165. OLE color: 12809165.

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

Color convert

RGB205115195-
CMYK00.440.050.20
HSL306.67º47.37%62.75%-
HSV(B)306.67º43.9%80.39%-
XYZ41.1629.1855.09-
YUV151.03152.82166.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.81%
GREEN value IS 115 (45.31% from 255) = 22.33%
BLUE value IS 195 (76.56% from 255) = 37.86%
R=39.81%
G=22.33%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511519500.440.050.20306.6747.3762.75
HexCD73C302C5141332f3f
Octal3151633030545244635777
Binary11001101111001111000011010110010110100100110011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD73C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD73C3; }

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

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

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

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

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

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

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

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