#CA7FE5

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

Shades of Wisteria #CA7FE5

Tints of Wisteria #CA7FE5

Color information

#CA7FE5 (or 0xCA7FE5) is unknown color: approx Wisteria. HEX triplet: CA, 7F and E5. RGB value is (202,127,229). Sum of RGB (Red+Green+Blue) = 202+127+229=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 127 (50% from 255 or 22.76% from 558); Blue value is 229 (89.84% from 255 or 41.04% from 558); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA7FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7FE5 is #35801A. Grayscale: #A0A0A0. Windows color (decimal): -3506203 or 15040458. OLE color: 15040458.

HSL color Cylindrical-coordinate representation of color #CA7FE5: hue angle of 284.12º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA7FE5 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB202127229-
CMYK0.120.4500.10
HSL284.12º66.23%69.8%-
HSV(B)284.12º44.54%89.8%-
XYZ46.0933.3978.14-
YUV161.05166.35157.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.20%
GREEN value IS 127 (50% from 255) = 22.76%
BLUE value IS 229 (89.84% from 255) = 41.04%
R=36.20%
G=22.76%
B=41.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2021272290.120.4500.10284.1266.2369.8
HexCA7FE5C2D0A11c4246
Octal3121773451455012434102106
Binary1100101011111111110010111001011010101010001110010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7FE5; }

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

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

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

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

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

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

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

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