#CA79D1

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

Shades of Orchid #CA79D1

Tints of Orchid #CA79D1

Color information

#CA79D1 (or 0xCA79D1) is unknown color: approx Orchid. HEX triplet: CA, 79 and D1. RGB value is (202,121,209). Sum of RGB (Red+Green+Blue) = 202+121+209=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 121 (47.66% from 255 or 22.74% from 532); Blue value is 209 (82.03% from 255 or 39.29% from 532); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA79D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA79D1 is #35862E. Grayscale: #9A9A9A. Windows color (decimal): -3507759 or 13728202. OLE color: 13728202.

HSL color Cylindrical-coordinate representation of color #CA79D1: hue angle of 295.23º degrees, saturation: 0.49, 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 #CA79D1 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB202121209-
CMYK0.030.4200.18
HSL295.23º48.89%64.71%-
HSV(B)295.23º42.11%81.96%-
XYZ42.730.8364.02-
YUV155.25158.34161.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.97%
GREEN value IS 121 (47.66% from 255) = 22.74%
BLUE value IS 209 (82.03% from 255) = 39.29%
R=37.97%
G=22.74%
B=39.29%

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
Decimal2021212090.030.4200.18295.2348.8964.71
HexCA79D132A0121273141
Octal31217132135202244761101
Binary11001010111100111010001111010100100101001001111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA79D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA79D1; }

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

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

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

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

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

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

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

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