#CD73CA

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

Shades of Orchid #CD73CA

Tints of Orchid #CD73CA

Color information

#CD73CA (or 0xCD73CA) is unknown color: approx Orchid. HEX triplet: CD, 73 and CA. RGB value is (205,115,202). Sum of RGB (Red+Green+Blue) = 205+115+202=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 115 (45.31% from 255 or 22.03% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 205 - color contains mainly: red. Hex color #CD73CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD73CA is #328C35. Grayscale: #979797. Windows color (decimal): -3312694 or 13267917. OLE color: 13267917.

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

Color convert

RGB205115202-
CMYK00.440.010.20
HSL302º47.37%62.75%-
HSV(B)302º43.9%80.39%-
XYZ41.9729.559.36-
YUV151.83156.32165.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.27%
GREEN value IS 115 (45.31% from 255) = 22.03%
BLUE value IS 202 (79.30% from 255) = 38.70%
R=39.27%
G=22.03%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511520200.440.010.2030247.3762.75
HexCD73CA02C11412e2f3f
Octal3151633120541244565777
Binary110011011110011110010100101100110100100101110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD73CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD73CA; }

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

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

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

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

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

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

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

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