#CA79CE

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

Shades of Orchid #CA79CE

Tints of Orchid #CA79CE

Color information

#CA79CE (or 0xCA79CE) is unknown color: approx Orchid. HEX triplet: CA, 79 and CE. RGB value is (202,121,206). Sum of RGB (Red+Green+Blue) = 202+121+206=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 121 (47.66% from 255 or 22.87% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA79CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA79CE is #358631. Grayscale: #9A9A9A. Windows color (decimal): -3507762 or 13531594. OLE color: 13531594.

HSL color Cylindrical-coordinate representation of color #CA79CE: hue angle of 297.18º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA79CE is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB202121206-
CMYK0.020.4100.19
HSL297.18º46.45%64.12%-
HSV(B)297.18º41.26%80.78%-
XYZ42.3430.6962.08-
YUV154.91156.84161.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.19%
GREEN value IS 121 (47.66% from 255) = 22.87%
BLUE value IS 206 (80.86% from 255) = 38.94%
R=38.19%
G=22.87%
B=38.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021212060.020.4100.19297.1846.4564.12
HexCA79CE2290131292e40
Octal31217131625102345156100
Binary11001010111100111001110101010010100111001010011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA79CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA79CE; }

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

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

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

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

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

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

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

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