Html Css Color HEX #CA99D9 Wisteria

📋 copy color: '#CA99D9'

red 202 ◦ green 153 ◦ blue 217

#CA99D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wisteria #CA99D9

Tints of Wisteria #CA99D9

RGB

 RED value IS 202 (79.3% from 255) = 35.31%

 GREEN value IS 153 (60.16% from 255) = 26.75%

 BLUE value IS 217 (85.16% from 255) = 37.94%

R = 35.31%
G = 26.75%
B = 37.94%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA99D9 (or 0xCA99D9) is known color: Wisteria. HEX triplet: CA, 99 and D9. RGB value is (202,153,217). Sum of RGB (Red+Green+Blue) = 202+153+217=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 153 (60.16% from 255 or 26.75% from 572); Blue value is 217 (85.16% from 255 or 37.94% from 572); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA99D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA99D9 is #356626. Grayscale: #AEAEAE. Windows color (decimal): -3499559 or 14260682. OLE color: 14260682.

HSL color Cylindrical-coordinate representation of color #CA99D9: hue angle of 285.94º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA99D9 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 153 217 -
CMYK 0.07 0.29 0 0.15
HSL 285.94º 0.46% 0.73% -
HSV(B) 285.94º 0.29% 0.85% -
XYZ 48.27 40.35 70.89 -
YUV 174.95 151.73 147.3 -
System Red Green Blue C M Y K H S L
Decimal 202 153 217 0.07 0.29 0 0.15 285.94 0.46 0.73
Hex CA 99 D9 7 1D 0 F 11E 2E 49
Octal 312 231 331 7 35 0 17 436 56 111
Binary 11001010 10011001 11011001 111 11101 0 1111 100011110 101110 1001001

Color Harmonies of #CA99D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA99D9

Black with #CA99D9

Text Example


Text Example

White with #CA99D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA99D9; }

 p { color: rgb(202,153,217); }

 H1.HeaderClassName
 {
   color: #CA99D9;
 }
 .AnyTagClassName
 {
   color: #CA99D9;
 }
</style>

background-color css

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

 a { background-color: rgb(202,153,217); }

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

border-color css

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

 span { border-color: rgb(202,153,217); }

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