#CA7FE1

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

Shades of Orchid #CA7FE1

Tints of Orchid #CA7FE1

Color information

#CA7FE1 (or 0xCA7FE1) is unknown color: approx Orchid. HEX triplet: CA, 7F and E1. RGB value is (202,127,225). Sum of RGB (Red+Green+Blue) = 202+127+225=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 127 (50% from 255 or 22.92% from 554); Blue value is 225 (88.28% from 255 or 40.61% from 554); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA7FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7FE1 is #35801E. Grayscale: #A0A0A0. Windows color (decimal): -3506207 or 14778314. OLE color: 14778314.

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

Color convert

RGB202127225-
CMYK0.100.4400.12
HSL285.92º62.03%69.02%-
HSV(B)285.92º43.56%88.24%-
XYZ45.5433.1775.24-
YUV160.6164.35157.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.46%
GREEN value IS 127 (50% from 255) = 22.92%
BLUE value IS 225 (88.28% from 255) = 40.61%
R=36.46%
G=22.92%
B=40.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2021272250.100.4400.12285.9262.0369.02
HexCA7FE1A2C0C11e3e45
Octal312177341125401443676105
Binary110010101111111111000011010101100011001000111101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7FE1; }

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

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

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

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

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

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

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

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