#CA78D7

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

Shades of Orchid #CA78D7

Tints of Orchid #CA78D7

Color information

#CA78D7 (or 0xCA78D7) is unknown color: approx Orchid. HEX triplet: CA, 78 and D7. RGB value is (202,120,215). Sum of RGB (Red+Green+Blue) = 202+120+215=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 120 (47.27% from 255 or 22.35% from 537); Blue value is 215 (84.38% from 255 or 40.04% from 537); Max value from RGB is 215 - color contains mainly: blue. Hex color #CA78D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA78D7 is #358728. Grayscale: #9B9B9B. Windows color (decimal): -3508009 or 14121162. OLE color: 14121162.

HSL color Cylindrical-coordinate representation of color #CA78D7: hue angle of 291.79º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA78D7 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202120215-
CMYK0.060.4400.16
HSL291.79º54.29%65.69%-
HSV(B)291.79º44.19%84.31%-
XYZ43.3430.967.97-
YUV155.35161.67161.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.62%
GREEN value IS 120 (47.27% from 255) = 22.35%
BLUE value IS 215 (84.38% from 255) = 40.04%
R=37.62%
G=22.35%
B=40.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021202150.060.4400.16291.7954.2965.69
HexCA78D762C0101243642
Octal31217032765402044466102
Binary110010101111000110101111101011000100001001001001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA78D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA78D7; }

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

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

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

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

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

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

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

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