#CA78C5

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

Shades of Orchid #CA78C5

Tints of Orchid #CA78C5

Color information

#CA78C5 (or 0xCA78C5) is unknown color: approx Orchid. HEX triplet: CA, 78 and C5. RGB value is (202,120,197). Sum of RGB (Red+Green+Blue) = 202+120+197=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 120 (47.27% from 255 or 23.12% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CA78C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA78C5 is #35873A. Grayscale: #999999. Windows color (decimal): -3508027 or 12941514. OLE color: 12941514.

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

Color convert

RGB202120197-
CMYK00.410.020.21
HSL303.66º43.62%63.14%-
HSV(B)303.66º40.59%79.22%-
XYZ41.1530.0256.45-
YUV153.3152.67162.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.92%
GREEN value IS 120 (47.27% from 255) = 23.12%
BLUE value IS 197 (77.34% from 255) = 37.96%
R=38.92%
G=23.12%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212019700.410.020.21303.6643.6263.14
HexCA78C50292151302c3f
Octal3121703050512254605477
Binary1100101011110001100010101010011010101100110000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA78C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA78C5; }

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

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

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

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

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

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

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

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