#CA8FEA

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

Shades of Wisteria #CA8FEA

Tints of Wisteria #CA8FEA

Color information

#CA8FEA (or 0xCA8FEA) is unknown color: approx Wisteria. HEX triplet: CA, 8F and EA. RGB value is (202,143,234). Sum of RGB (Red+Green+Blue) = 202+143+234=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 143 (56.25% from 255 or 24.70% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA8FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8FEA is #357015. Grayscale: #AAAAAA. Windows color (decimal): -3502102 or 15372234. OLE color: 15372234.

HSL color Cylindrical-coordinate representation of color #CA8FEA: hue angle of 278.9º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA8FEA is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202143234-
CMYK0.140.3900.08
HSL278.9º68.42%73.92%-
HSV(B)278.9º38.89%91.76%-
XYZ49.0338.1482.62-
YUV171.02163.55150.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.89%
GREEN value IS 143 (56.25% from 255) = 24.70%
BLUE value IS 234 (91.80% from 255) = 40.41%
R=34.89%
G=24.70%
B=40.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021432340.140.3900.08278.968.4273.92
HexCA8FEAE2708117444a
Octal3122173521647010427104112
Binary11001010100011111110101011101001110100010001011110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8FEA; }

 p { color: rgb(202,143,234); }

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

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

 a { background-color: rgb(202,143,234); }

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

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

 span { border-color: rgb(202,143,234); }

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