#CA79D0

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

Shades of Orchid #CA79D0

Tints of Orchid #CA79D0

Color information

#CA79D0 (or 0xCA79D0) is unknown color: approx Orchid. HEX triplet: CA, 79 and D0. RGB value is (202,121,208). Sum of RGB (Red+Green+Blue) = 202+121+208=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 121 (47.66% from 255 or 22.79% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA79D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA79D0 is #35862F. Grayscale: #9A9A9A. Windows color (decimal): -3507760 or 13662666. OLE color: 13662666.

HSL color Cylindrical-coordinate representation of color #CA79D0: hue angle of 295.86º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA79D0 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB202121208-
CMYK0.030.4200.18
HSL295.86º48.07%64.51%-
HSV(B)295.86º41.83%81.57%-
XYZ42.5830.7963.37-
YUV155.14157.84161.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.04%
GREEN value IS 121 (47.66% from 255) = 22.79%
BLUE value IS 208 (81.64% from 255) = 39.17%
R=38.04%
G=22.79%
B=39.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021212080.030.4200.18295.8648.0764.51
HexCA79D032A0121283041
Octal31217132035202245060101
Binary11001010111100111010000111010100100101001010001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA79D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA79D0; }

 p { color: rgb(202,121,208); }

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

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

 a { background-color: rgb(202,121,208); }

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

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

 span { border-color: rgb(202,121,208); }

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