#CA78C8

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

Shades of Orchid #CA78C8

Tints of Orchid #CA78C8

Color information

#CA78C8 (or 0xCA78C8) is unknown color: approx Orchid. HEX triplet: CA, 78 and C8. RGB value is (202,120,200). Sum of RGB (Red+Green+Blue) = 202+120+200=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 120 (47.27% from 255 or 22.99% from 522); Blue value is 200 (78.52% from 255 or 38.31% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CA78C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA78C8 is #358737. Grayscale: #999999. Windows color (decimal): -3508024 or 13138122. OLE color: 13138122.

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

Color convert

RGB202120200-
CMYK00.410.010.21
HSL301.46º43.62%63.14%-
HSV(B)301.46º40.59%79.22%-
XYZ41.530.1658.28-
YUV153.64154.17162.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 120 (47.27% from 255) = 22.99%
BLUE value IS 200 (78.52% from 255) = 38.31%
R=38.70%
G=22.99%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212020000.410.010.21301.4643.6263.14
HexCA78C802911512d2c3f
Octal3121703100511254555477
Binary110010101111000110010000101001110101100101101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA78C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA78C8; }

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

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

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

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

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

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

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

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