#CA78CF

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

Shades of Orchid #CA78CF

Tints of Orchid #CA78CF

Color information

#CA78CF (or 0xCA78CF) is unknown color: approx Orchid. HEX triplet: CA, 78 and CF. RGB value is (202,120,207). Sum of RGB (Red+Green+Blue) = 202+120+207=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 120 (47.27% from 255 or 22.68% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA78CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA78CF is #358730. Grayscale: #9A9A9A. Windows color (decimal): -3508017 or 13596874. OLE color: 13596874.

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

Color convert

RGB202120207-
CMYK0.020.4200.19
HSL296.55º47.54%64.12%-
HSV(B)296.55º42.03%81.18%-
XYZ42.3430.4962.69-
YUV154.44157.67161.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.19%
GREEN value IS 120 (47.27% from 255) = 22.68%
BLUE value IS 207 (81.25% from 255) = 39.13%
R=38.19%
G=22.68%
B=39.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021202070.020.4200.19296.5547.5464.12
HexCA78CF22A0131293040
Octal31217031725202345160100
Binary11001010111100011001111101010100100111001010011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA78CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA78CF; }

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

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

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

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

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

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

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

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