#CD79B9

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

Shades of Orchid #CD79B9

Tints of Orchid #CD79B9

Color information

#CD79B9 (or 0xCD79B9) is unknown color: approx Orchid. HEX triplet: CD, 79 and B9. RGB value is (205,121,185). Sum of RGB (Red+Green+Blue) = 205+121+185=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 121 (47.66% from 255 or 23.68% from 511); Blue value is 185 (72.66% from 255 or 36.20% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CD79B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD79B9 is #328646. Grayscale: #999999. Windows color (decimal): -3311175 or 12155341. OLE color: 12155341.

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

Color convert

RGB205121185-
CMYK00.410.100.20
HSL314.29º45.65%63.92%-
HSV(B)314.29º40.98%80.39%-
XYZ40.7730.1649.57-
YUV153.41145.83164.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.12%
GREEN value IS 121 (47.66% from 255) = 23.68%
BLUE value IS 185 (72.66% from 255) = 36.20%
R=40.12%
G=23.68%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512118500.410.100.20314.2945.6563.92
HexCD79B9029A1413a2e40
Octal315171271051122447256100
Binary1100110111110011011100101010011010101001001110101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD79B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD79B9; }

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

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

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

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

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

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

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

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