#CD79BF

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

Shades of Orchid #CD79BF

Tints of Orchid #CD79BF

Color information

#CD79BF (or 0xCD79BF) is unknown color: approx Orchid. HEX triplet: CD, 79 and BF. RGB value is (205,121,191). Sum of RGB (Red+Green+Blue) = 205+121+191=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 121 (47.66% from 255 or 23.40% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 205 - color contains mainly: red. Hex color #CD79BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD79BF is #328640. Grayscale: #999999. Windows color (decimal): -3311169 or 12548557. OLE color: 12548557.

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

Color convert

RGB205121191-
CMYK00.410.070.20
HSL310º45.65%63.92%-
HSV(B)310º40.98%80.39%-
XYZ41.4230.4252.98-
YUV154.1148.83164.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.65%
GREEN value IS 121 (47.66% from 255) = 23.40%
BLUE value IS 191 (75% from 255) = 36.94%
R=39.65%
G=23.40%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512119100.410.070.2031045.6563.92
HexCD79BF0297141362e40
Octal31517127705172446656100
Binary110011011111001101111110101001111101001001101101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD79BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD79BF; }

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

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

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

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

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

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

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

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