#CA8CF0

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

Shades of Wisteria #CA8CF0

Tints of Wisteria #CA8CF0

Color information

#CA8CF0 (or 0xCA8CF0) is unknown color: approx Wisteria. HEX triplet: CA, 8C and F0. RGB value is (202,140,240). Sum of RGB (Red+Green+Blue) = 202+140+240=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 140 (55.08% from 255 or 24.05% from 582); Blue value is 240 (94.14% from 255 or 41.24% from 582); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA8CF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8CF0 is #35730F. Grayscale: #A9A9A9. Windows color (decimal): -3502864 or 15764682. OLE color: 15764682.

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

Color convert

RGB202140240-
CMYK0.160.4200.06
HSL277.2º76.92%74.51%-
HSV(B)277.2º41.67%94.12%-
XYZ49.4637.687.09-
YUV169.94167.54150.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.71%
GREEN value IS 140 (55.08% from 255) = 24.05%
BLUE value IS 240 (94.14% from 255) = 41.24%
R=34.71%
G=24.05%
B=41.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2021402400.160.4200.06277.276.9274.51
HexCA8CF0102A061154d4b
Octal312214360205206425115113
Binary11001010100011001111000010000101010011010001010110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8CF0; }

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

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

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

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

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

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

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

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