#CD79BE

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

Shades of Orchid #CD79BE

Tints of Orchid #CD79BE

Color information

#CD79BE (or 0xCD79BE) is unknown color: approx Orchid. HEX triplet: CD, 79 and BE. RGB value is (205,121,190). Sum of RGB (Red+Green+Blue) = 205+121+190=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 121 (47.66% from 255 or 23.45% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CD79BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD79BE is #328641. Grayscale: #999999. Windows color (decimal): -3311170 or 12483021. OLE color: 12483021.

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

Color convert

RGB205121190-
CMYK00.410.070.20
HSL310.71º45.65%63.92%-
HSV(B)310.71º40.98%80.39%-
XYZ41.3130.3752.4-
YUV153.98148.33164.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.73%
GREEN value IS 121 (47.66% from 255) = 23.45%
BLUE value IS 190 (74.61% from 255) = 36.82%
R=39.73%
G=23.45%
B=36.82%

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
Decimal20512119000.410.070.20310.7145.6563.92
HexCD79BE0297141372e40
Octal31517127605172446756100
Binary110011011111001101111100101001111101001001101111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD79BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD79BE; }

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

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

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

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

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

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

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

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