#CD79BA

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

Shades of Orchid #CD79BA

Tints of Orchid #CD79BA

Color information

#CD79BA (or 0xCD79BA) is unknown color: approx Orchid. HEX triplet: CD, 79 and BA. RGB value is (205,121,186). Sum of RGB (Red+Green+Blue) = 205+121+186=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 121 (47.66% from 255 or 23.63% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CD79BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD79BA is #328645. Grayscale: #999999. Windows color (decimal): -3311174 or 12220877. OLE color: 12220877.

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

Color convert

RGB205121186-
CMYK00.410.090.20
HSL313.57º45.65%63.92%-
HSV(B)313.57º40.98%80.39%-
XYZ40.8830.250.13-
YUV153.53146.33164.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.04%
GREEN value IS 121 (47.66% from 255) = 23.63%
BLUE value IS 186 (73.05% from 255) = 36.33%
R=40.04%
G=23.63%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512118600.410.090.20313.5745.6563.92
HexCD79BA02991413a2e40
Octal315171272051112447256100
Binary1100110111110011011101001010011001101001001110101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD79BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD79BA; }

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

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

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

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

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

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

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

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