#CD79C4

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

Shades of Orchid #CD79C4

Tints of Orchid #CD79C4

Color information

#CD79C4 (or 0xCD79C4) is unknown color: approx Orchid. HEX triplet: CD, 79 and C4. RGB value is (205,121,196). Sum of RGB (Red+Green+Blue) = 205+121+196=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 121 (47.66% from 255 or 23.18% from 522); Blue value is 196 (76.95% from 255 or 37.55% from 522); Max value from RGB is 205 - color contains mainly: red. Hex color #CD79C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD79C4 is #32863B. Grayscale: #9A9A9A. Windows color (decimal): -3311164 or 12876237. OLE color: 12876237.

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

Color convert

RGB205121196-
CMYK00.410.040.20
HSL306.43º45.65%63.92%-
HSV(B)306.43º40.98%80.39%-
XYZ41.9830.6455.93-
YUV154.67151.33163.9-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.27%
GREEN value IS 121 (47.66% from 255) = 23.18%
BLUE value IS 196 (76.95% from 255) = 37.55%
R=39.27%
G=23.18%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512119600.410.040.20306.4345.6563.92
HexCD79C40294141322e40
Octal31517130405142446256100
Binary110011011111001110001000101001100101001001100101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD79C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD79C4; }

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

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

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

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

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

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

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

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