#CA74E1

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

Shades of Orchid #CA74E1

Tints of Orchid #CA74E1

Color information

#CA74E1 (or 0xCA74E1) is unknown color: approx Orchid. HEX triplet: CA, 74 and E1. RGB value is (202,116,225). Sum of RGB (Red+Green+Blue) = 202+116+225=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 116 (45.70% from 255 or 21.36% from 543); Blue value is 225 (88.28% from 255 or 41.44% from 543); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA74E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA74E1 is #358B1E. Grayscale: #999999. Windows color (decimal): -3509023 or 14775498. OLE color: 14775498.

HSL color Cylindrical-coordinate representation of color #CA74E1: hue angle of 287.34º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA74E1 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB202116225-
CMYK0.100.4800.12
HSL287.34º64.5%66.86%-
HSV(B)287.34º48.44%88.24%-
XYZ44.1930.4874.79-
YUV154.14167.99162.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.20%
GREEN value IS 116 (45.70% from 255) = 21.36%
BLUE value IS 225 (88.28% from 255) = 41.44%
R=37.20%
G=21.36%
B=41.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2021162250.100.4800.12287.3464.566.86
HexCA74E1A300C11f4043
Octal3121643411260014437100103
Binary1100101011101001110000110101100000110010001111110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA74E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA74E1; }

 p { color: rgb(202,116,225); }

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

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

 a { background-color: rgb(202,116,225); }

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

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

 span { border-color: rgb(202,116,225); }

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