#CD79C5

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

Shades of Orchid #CD79C5

Tints of Orchid #CD79C5

Color information

#CD79C5 (or 0xCD79C5) is unknown color: approx Orchid. HEX triplet: CD, 79 and C5. RGB value is (205,121,197). Sum of RGB (Red+Green+Blue) = 205+121+197=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 121 (47.66% from 255 or 23.14% from 523); Blue value is 197 (77.34% from 255 or 37.67% from 523); Max value from RGB is 205 - color contains mainly: red. Hex color #CD79C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD79C5 is #32863A. Grayscale: #9A9A9A. Windows color (decimal): -3311163 or 12941773. OLE color: 12941773.

HSL color Cylindrical-coordinate representation of color #CD79C5: hue angle of 305.71º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CD79C5 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB205121197-
CMYK00.410.040.20
HSL305.71º45.65%63.92%-
HSV(B)305.71º40.98%80.39%-
XYZ42.0930.6956.53-
YUV154.78151.83163.82-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.20%
GREEN value IS 121 (47.66% from 255) = 23.14%
BLUE value IS 197 (77.34% from 255) = 37.67%
R=39.20%
G=23.14%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512119700.410.040.20305.7145.6563.92
HexCD79C50294141322e40
Octal31517130505142446256100
Binary110011011111001110001010101001100101001001100101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD79C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD79C5; }

 p { color: rgb(205,121,197); }

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

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

 a { background-color: rgb(205,121,197); }

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

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

 span { border-color: rgb(205,121,197); }

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