#CA78E5

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

Shades of Orchid #CA78E5

Tints of Orchid #CA78E5

Color information

#CA78E5 (or 0xCA78E5) is unknown color: approx Orchid. HEX triplet: CA, 78 and E5. RGB value is (202,120,229). Sum of RGB (Red+Green+Blue) = 202+120+229=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 120 (47.27% from 255 or 21.78% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA78E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA78E5 is #35871A. Grayscale: #9C9C9C. Windows color (decimal): -3507995 or 15038666. OLE color: 15038666.

HSL color Cylindrical-coordinate representation of color #CA78E5: hue angle of 285.14º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA78E5 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB202120229-
CMYK0.120.4800.10
HSL285.14º67.7%68.43%-
HSV(B)285.14º47.6%89.8%-
XYZ45.2231.6577.85-
YUV156.94168.67160.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.66%
GREEN value IS 120 (47.27% from 255) = 21.78%
BLUE value IS 229 (89.84% from 255) = 41.56%
R=36.66%
G=21.78%
B=41.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2021202290.120.4800.10285.1467.768.43
HexCA78E5C300A11d4444
Octal3121703451460012435104104
Binary1100101011110001110010111001100000101010001110110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA78E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA78E5; }

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

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

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

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

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

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

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

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