#CA92D4

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

Shades of Wisteria #CA92D4

Tints of Wisteria #CA92D4

Color information

#CA92D4 (or 0xCA92D4) is unknown color: approx Wisteria. HEX triplet: CA, 92 and D4. RGB value is (202,146,212). Sum of RGB (Red+Green+Blue) = 202+146+212=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 146 (57.42% from 255 or 26.07% from 560); Blue value is 212 (83.20% from 255 or 37.86% from 560); Max value from RGB is 212 - color contains mainly: blue. Hex color #CA92D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA92D4 is #356D2B. Grayscale: #AAAAAA. Windows color (decimal): -3501356 or 13931210. OLE color: 13931210.

HSL color Cylindrical-coordinate representation of color #CA92D4: hue angle of 290.91º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA92D4 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB202146212-
CMYK0.050.3100.17
HSL290.91º43.42%70.2%-
HSV(B)290.91º31.13%83.14%-
XYZ46.5237.8767.14-
YUV170.27151.55150.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.07%
GREEN value IS 146 (57.42% from 255) = 26.07%
BLUE value IS 212 (83.20% from 255) = 37.86%
R=36.07%
G=26.07%
B=37.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2021462120.050.3100.17290.9143.4270.2
HexCA92D451F0111232b46
Octal31222232453702144353106
Binary110010101001001011010100101111110100011001000111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA92D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA92D4; }

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

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

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

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

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

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

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

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