#CD79B6

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

Shades of Orchid #CD79B6

Tints of Orchid #CD79B6

Color information

#CD79B6 (or 0xCD79B6) is unknown color: approx Orchid. HEX triplet: CD, 79 and B6. RGB value is (205,121,182). Sum of RGB (Red+Green+Blue) = 205+121+182=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 121 (47.66% from 255 or 23.82% from 508); Blue value is 182 (71.48% from 255 or 35.83% from 508); Max value from RGB is 205 - color contains mainly: red. Hex color #CD79B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD79B6 is #328649. Grayscale: #989898. Windows color (decimal): -3311178 or 11958733. OLE color: 11958733.

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

Color convert

RGB205121182-
CMYK00.410.110.20
HSL316.43º45.65%63.92%-
HSV(B)316.43º40.98%80.39%-
XYZ40.4630.0347.92-
YUV153.07144.33165.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.35%
GREEN value IS 121 (47.66% from 255) = 23.82%
BLUE value IS 182 (71.48% from 255) = 35.83%
R=40.35%
G=23.82%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512118200.410.110.20316.4345.6563.92
HexCD79B6029B1413c2e40
Octal315171266051132447456100
Binary1100110111110011011011001010011011101001001111001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD79B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD79B6; }

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

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

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

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

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

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

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

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