#CA8FF0

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

Shades of Wisteria #CA8FF0

Tints of Wisteria #CA8FF0

Color information

#CA8FF0 (or 0xCA8FF0) is unknown color: approx Wisteria. HEX triplet: CA, 8F and F0. RGB value is (202,143,240). Sum of RGB (Red+Green+Blue) = 202+143+240=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 143 (56.25% from 255 or 24.44% from 585); Blue value is 240 (94.14% from 255 or 41.03% from 585); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA8FF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8FF0 is #35700F. Grayscale: #ABABAB. Windows color (decimal): -3502096 or 15765450. OLE color: 15765450.

HSL color Cylindrical-coordinate representation of color #CA8FF0: hue angle of 276.49º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA8FF0 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB202143240-
CMYK0.160.4000.06
HSL276.49º76.38%75.1%-
HSV(B)276.49º40.42%94.12%-
XYZ49.9138.4987.24-
YUV171.7166.55149.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.53%
GREEN value IS 143 (56.25% from 255) = 24.44%
BLUE value IS 240 (94.14% from 255) = 41.03%
R=34.53%
G=24.44%
B=41.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2021432400.160.4000.06276.4976.3875.1
HexCA8FF01028061144c4b
Octal312217360205006424114113
Binary11001010100011111111000010000101000011010001010010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8FF0; }

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

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

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

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

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

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

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

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