#CA92D7

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

Shades of Wisteria #CA92D7

Tints of Wisteria #CA92D7

Color information

#CA92D7 (or 0xCA92D7) is unknown color: approx Wisteria. HEX triplet: CA, 92 and D7. RGB value is (202,146,215). Sum of RGB (Red+Green+Blue) = 202+146+215=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 146 (57.42% from 255 or 25.93% from 563); Blue value is 215 (84.38% from 255 or 38.19% from 563); Max value from RGB is 215 - color contains mainly: blue. Hex color #CA92D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA92D7 is #356D28. Grayscale: #AAAAAA. Windows color (decimal): -3501353 or 14127818. OLE color: 14127818.

HSL color Cylindrical-coordinate representation of color #CA92D7: hue angle of 288.7º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA92D7 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202146215-
CMYK0.060.3200.16
HSL288.7º46.31%70.78%-
HSV(B)288.7º32.09%84.31%-
XYZ46.938.0269.16-
YUV170.61153.05150.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.88%
GREEN value IS 146 (57.42% from 255) = 25.93%
BLUE value IS 215 (84.38% from 255) = 38.19%
R=35.88%
G=25.93%
B=38.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021462150.060.3200.16288.746.3170.78
HexCA92D76200101212e47
Octal31222232764002044156107
Binary1100101010010010110101111101000000100001001000011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA92D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA92D7; }

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

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

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

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

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

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

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

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