#CD79D4

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

Shades of Orchid #CD79D4

Tints of Orchid #CD79D4

Color information

#CD79D4 (or 0xCD79D4) is unknown color: approx Orchid. HEX triplet: CD, 79 and D4. RGB value is (205,121,212). Sum of RGB (Red+Green+Blue) = 205+121+212=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 121 (47.66% from 255 or 22.49% from 538); Blue value is 212 (83.20% from 255 or 39.41% from 538); Max value from RGB is 212 - color contains mainly: blue. Hex color #CD79D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD79D4 is #32862B. Grayscale: #9C9C9C. Windows color (decimal): -3311148 or 13924813. OLE color: 13924813.

HSL color Cylindrical-coordinate representation of color #CD79D4: hue angle of 295.38º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CD79D4 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB205121212-
CMYK0.030.4300.17
HSL295.38º51.41%65.29%-
HSV(B)295.38º42.92%83.14%-
XYZ43.931.4166.04-
YUV156.49159.33162.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.10%
GREEN value IS 121 (47.66% from 255) = 22.49%
BLUE value IS 212 (83.20% from 255) = 39.41%
R=38.10%
G=22.49%
B=39.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2051212120.030.4300.17295.3851.4165.29
HexCD79D432B0111273341
Octal31517132435302144763101
Binary11001101111100111010100111010110100011001001111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD79D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD79D4; }

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

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

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

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

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

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

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

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