#CA78BA

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

Shades of Orchid #CA78BA

Tints of Orchid #CA78BA

Color information

#CA78BA (or 0xCA78BA) is unknown color: approx Orchid. HEX triplet: CA, 78 and BA. RGB value is (202,120,186). Sum of RGB (Red+Green+Blue) = 202+120+186=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 120 (47.27% from 255 or 23.62% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 202 - color contains mainly: red. Hex color #CA78BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA78BA is #358745. Grayscale: #979797. Windows color (decimal): -3508038 or 12220618. OLE color: 12220618.

HSL color Cylindrical-coordinate representation of color #CA78BA: hue angle of 311.71º 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 #CA78BA is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB202120186-
CMYK00.410.080.21
HSL311.71º43.62%63.14%-
HSV(B)311.71º40.59%79.22%-
XYZ39.9429.5350.05-
YUV152.04147.17163.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.76%
GREEN value IS 120 (47.27% from 255) = 23.62%
BLUE value IS 186 (73.05% from 255) = 36.61%
R=39.76%
G=23.62%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212018600.410.080.21311.7143.6263.14
HexCA78BA0298151382c3f
Octal31217027205110254705477
Binary110010101111000101110100101001100010101100111000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA78BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA78BA; }

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

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

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

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

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

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

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

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