#CD79CD

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

Shades of Orchid #CD79CD

Tints of Orchid #CD79CD

Color information

#CD79CD (or 0xCD79CD) is unknown color: approx Orchid. HEX triplet: CD, 79 and CD. RGB value is (205,121,205). Sum of RGB (Red+Green+Blue) = 205+121+205=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 121 (47.66% from 255 or 22.79% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CD79CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD79CD is #328632. Grayscale: #9B9B9B. Windows color (decimal): -3311155 or 13466061. OLE color: 13466061.

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

Color convert

RGB205121205-
CMYK00.4100.20
HSL300º45.65%63.92%-
HSV(B)300º40.98%80.39%-
XYZ43.0331.0661.48-
YUV155.69155.83163.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.61%
GREEN value IS 121 (47.66% from 255) = 22.79%
BLUE value IS 205 (80.47% from 255) = 38.61%
R=38.61%
G=22.79%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512120500.4100.2030045.6563.92
HexCD79CD02901412c2e40
Octal31517131505102445456100
Binary1100110111110011100110101010010101001001011001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD79CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD79CD; }

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

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

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

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

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

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

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

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