#CA75E1

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

Shades of Orchid #CA75E1

Tints of Orchid #CA75E1

Color information

#CA75E1 (or 0xCA75E1) is unknown color: approx Orchid. HEX triplet: CA, 75 and E1. RGB value is (202,117,225). Sum of RGB (Red+Green+Blue) = 202+117+225=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 225 (88.28% from 255 or 41.36% from 544); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA75E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA75E1 is #358A1E. Grayscale: #9A9A9A. Windows color (decimal): -3508767 or 14775754. OLE color: 14775754.

HSL color Cylindrical-coordinate representation of color #CA75E1: hue angle of 287.22º 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 #CA75E1 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB202117225-
CMYK0.100.4800.12
HSL287.22º64.29%67.06%-
HSV(B)287.22º48%88.24%-
XYZ44.3130.7274.83-
YUV154.73167.66161.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.13%
GREEN value IS 117 (46.09% from 255) = 21.51%
BLUE value IS 225 (88.28% from 255) = 41.36%
R=37.13%
G=21.51%
B=41.36%

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
Decimal2021172250.100.4800.12287.2264.2967.06
HexCA75E1A300C11f4043
Octal3121653411260014437100103
Binary1100101011101011110000110101100000110010001111110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA75E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA75E1; }

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

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

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

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

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

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

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

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