#CA78C1

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

Shades of Orchid #CA78C1

Tints of Orchid #CA78C1

Color information

#CA78C1 (or 0xCA78C1) is unknown color: approx Orchid. HEX triplet: CA, 78 and C1. RGB value is (202,120,193). Sum of RGB (Red+Green+Blue) = 202+120+193=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 202 - color contains mainly: red. Hex color #CA78C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA78C1 is #35873E. Grayscale: #989898. Windows color (decimal): -3508031 or 12679370. OLE color: 12679370.

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

Color convert

RGB202120193-
CMYK00.410.040.21
HSL306.59º43.62%63.14%-
HSV(B)306.59º40.59%79.22%-
XYZ40.729.8454.07-
YUV152.84150.67163.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.22%
GREEN value IS 120 (47.27% from 255) = 23.30%
BLUE value IS 193 (75.78% from 255) = 37.48%
R=39.22%
G=23.30%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212019300.410.040.21306.5943.6263.14
HexCA78C10294151332c3f
Octal3121703010514254635477
Binary11001010111100011000001010100110010101100110011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA78C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA78C1; }

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

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

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

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

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

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

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

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