#CD79C3

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

Shades of Orchid #CD79C3

Tints of Orchid #CD79C3

Color information

#CD79C3 (or 0xCD79C3) is unknown color: approx Orchid. HEX triplet: CD, 79 and C3. RGB value is (205,121,195). Sum of RGB (Red+Green+Blue) = 205+121+195=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 121 (47.66% from 255 or 23.22% from 521); Blue value is 195 (76.56% from 255 or 37.43% from 521); Max value from RGB is 205 - color contains mainly: red. Hex color #CD79C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD79C3 is #32863C. Grayscale: #9A9A9A. Windows color (decimal): -3311165 or 12810701. OLE color: 12810701.

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

Color convert

RGB205121195-
CMYK00.410.050.20
HSL307.14º45.65%63.92%-
HSV(B)307.14º40.98%80.39%-
XYZ41.8630.5955.33-
YUV154.55150.83163.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.35%
GREEN value IS 121 (47.66% from 255) = 23.22%
BLUE value IS 195 (76.56% from 255) = 37.43%
R=39.35%
G=23.22%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512119500.410.050.20307.1445.6563.92
HexCD79C30295141332e40
Octal31517130305152446356100
Binary110011011111001110000110101001101101001001100111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD79C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD79C3; }

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

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

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

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

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

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

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

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