#CA92FC

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

Shades of Wisteria #CA92FC

Tints of Wisteria #CA92FC

Color information

#CA92FC (or 0xCA92FC) is unknown color: approx Wisteria. HEX triplet: CA, 92 and FC. RGB value is (202,146,252). Sum of RGB (Red+Green+Blue) = 202+146+252=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 146 (57.42% from 255 or 24.33% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA92FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA92FC is #356D03. Grayscale: #AEAEAE. Windows color (decimal): -3501316 or 16552650. OLE color: 16552650.

HSL color Cylindrical-coordinate representation of color #CA92FC: hue angle of 271.7º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA92FC is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202146252-
CMYK0.200.4200.01
HSL271.7º94.64%78.04%-
HSV(B)271.7º42.06%98.82%-
XYZ52.2140.1497.09-
YUV174.83171.55147.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.67%
GREEN value IS 146 (57.42% from 255) = 24.33%
BLUE value IS 252 (98.83% from 255) = 42%
R=33.67%
G=24.33%
B=42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021462520.200.4200.01271.794.6478.04
HexCA92FC142A011105f4e
Octal312222374245201420137116
Binary110010101001001011111100101001010100110001000010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA92FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA92FC; }

 p { color: rgb(202,146,252); }

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

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

 a { background-color: rgb(202,146,252); }

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

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

 span { border-color: rgb(202,146,252); }

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