#CA78C2

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

Shades of Orchid #CA78C2

Tints of Orchid #CA78C2

Color information

#CA78C2 (or 0xCA78C2) is unknown color: approx Orchid. HEX triplet: CA, 78 and C2. RGB value is (202,120,194). Sum of RGB (Red+Green+Blue) = 202+120+194=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 120 (47.27% from 255 or 23.26% from 516); Blue value is 194 (76.17% from 255 or 37.60% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CA78C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA78C2 is #35873D. Grayscale: #989898. Windows color (decimal): -3508030 or 12744906. OLE color: 12744906.

HSL color Cylindrical-coordinate representation of color #CA78C2: hue angle of 305.85º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA78C2 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB202120194-
CMYK00.410.040.21
HSL305.85º43.62%63.14%-
HSV(B)305.85º40.59%79.22%-
XYZ40.8129.8854.66-
YUV152.95151.17162.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.15%
GREEN value IS 120 (47.27% from 255) = 23.26%
BLUE value IS 194 (76.17% from 255) = 37.60%
R=39.15%
G=23.26%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212019400.410.040.21305.8543.6263.14
HexCA78C20294151322c3f
Octal3121703020514254625477
Binary11001010111100011000010010100110010101100110010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA78C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA78C2; }

 p { color: rgb(202,120,194); }

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

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

 a { background-color: rgb(202,120,194); }

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

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

 span { border-color: rgb(202,120,194); }

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