#CA78D1

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

Shades of Orchid #CA78D1

Tints of Orchid #CA78D1

Color information

#CA78D1 (or 0xCA78D1) is unknown color: approx Orchid. HEX triplet: CA, 78 and D1. RGB value is (202,120,209). Sum of RGB (Red+Green+Blue) = 202+120+209=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 120 (47.27% from 255 or 22.60% from 531); Blue value is 209 (82.03% from 255 or 39.36% from 531); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA78D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA78D1 is #35872E. Grayscale: #9A9A9A. Windows color (decimal): -3508015 or 13727946. OLE color: 13727946.

HSL color Cylindrical-coordinate representation of color #CA78D1: hue angle of 295.28º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA78D1 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB202120209-
CMYK0.030.4300.18
HSL295.28º49.17%64.51%-
HSV(B)295.28º42.58%81.96%-
XYZ42.5830.5963.98-
YUV154.66158.67161.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.04%
GREEN value IS 120 (47.27% from 255) = 22.60%
BLUE value IS 209 (82.03% from 255) = 39.36%
R=38.04%
G=22.60%
B=39.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021202090.030.4300.18295.2849.1764.51
HexCA78D132B0121273141
Octal31217032135302244761101
Binary11001010111100011010001111010110100101001001111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA78D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA78D1; }

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

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

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

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

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

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

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

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