Html Css Color HEX #CA99D7 Wisteria

📋 copy color: '#CA99D7'

red 202 ◦ green 153 ◦ blue 215

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

Shades of Wisteria #CA99D7

Tints of Wisteria #CA99D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.72%

R = 35.44%
G = 26.84%
B = 37.72%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA99D7 (or 0xCA99D7) is known color: Wisteria. HEX triplet: CA, 99 and D7. RGB value is (202,153,215). Sum of RGB (Red+Green+Blue) = 202+153+215=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 215 (84.38% from 255 or 37.72% from 570); Max value from RGB is 215 - color contains mainly: blue. Hex color #CA99D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA99D7 is #356628. Grayscale: #AEAEAE. Windows color (decimal): -3499561 or 14129610. OLE color: 14129610.

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

Color convert

RGB 202 153 215 -
CMYK 0.06 0.29 0 0.16
HSL 287.42º 0.44% 0.72% -
HSV(B) 287.42º 0.29% 0.84% -
XYZ 48.01 40.25 69.53 -
YUV 174.72 150.73 147.46 -
System Red Green Blue C M Y K H S L
Decimal 202 153 215 0.06 0.29 0 0.16 287.42 0.44 0.72
Hex CA 99 D7 6 1D 0 10 11F 2C 48
Octal 312 231 327 6 35 0 20 437 54 110
Binary 11001010 10011001 11010111 110 11101 0 10000 100011111 101100 1001000

Color Harmonies of #CA99D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA99D7

Black with #CA99D7

Text Example


Text Example

White with #CA99D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA99D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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