#CD73C6

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

Shades of Orchid #CD73C6

Tints of Orchid #CD73C6

Color information

#CD73C6 (or 0xCD73C6) is unknown color: approx Orchid. HEX triplet: CD, 73 and C6. RGB value is (205,115,198). Sum of RGB (Red+Green+Blue) = 205+115+198=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 115 (45.31% from 255 or 22.20% from 518); Blue value is 198 (77.73% from 255 or 38.22% from 518); Max value from RGB is 205 - color contains mainly: red. Hex color #CD73C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD73C6 is #328C39. Grayscale: #979797. Windows color (decimal): -3312698 or 13005773. OLE color: 13005773.

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

Color convert

RGB205115198-
CMYK00.440.030.20
HSL304.67º47.37%62.75%-
HSV(B)304.67º43.9%80.39%-
XYZ41.529.3256.9-
YUV151.37154.32166.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.58%
GREEN value IS 115 (45.31% from 255) = 22.20%
BLUE value IS 198 (77.73% from 255) = 38.22%
R=39.58%
G=22.20%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511519800.440.030.20304.6747.3762.75
HexCD73C602C3141312f3f
Octal3151633060543244615777
Binary1100110111100111100011001011001110100100110001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD73C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD73C6; }

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

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

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

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

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

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

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

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