Html Css Color HEX #CA98DB Wisteria

📋 copy color: '#CA98DB'

red 202 ◦ green 152 ◦ blue 219

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

Shades of Wisteria #CA98DB

Tints of Wisteria #CA98DB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.53%

 BLUE value IS 219 (85.94% from 255) = 38.22%

R = 35.25%
G = 26.53%
B = 38.22%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA98DB (or 0xCA98DB) is known color: Wisteria. HEX triplet: CA, 98 and DB. RGB value is (202,152,219). Sum of RGB (Red+Green+Blue) = 202+152+219=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 152 (59.77% from 255 or 26.53% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA98DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA98DB is #356724. Grayscale: #AEAEAE. Windows color (decimal): -3499813 or 14391498. OLE color: 14391498.

HSL color Cylindrical-coordinate representation of color #CA98DB: hue angle of 284.78º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA98DB is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 152 219 -
CMYK 0.08 0.31 0 0.14
HSL 284.78º 0.48% 0.73% -
HSV(B) 284.78º 0.31% 0.86% -
XYZ 48.37 40.13 72.21 -
YUV 174.59 153.07 147.55 -
System Red Green Blue C M Y K H S L
Decimal 202 152 219 0.08 0.31 0 0.14 284.78 0.48 0.73
Hex CA 98 DB 8 1F 0 E 11D 30 49
Octal 312 230 333 10 37 0 16 435 60 111
Binary 11001010 10011000 11011011 1000 11111 0 1110 100011101 110000 1001001

Color Harmonies of #CA98DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA98DB

Black with #CA98DB

Text Example


Text Example

White with #CA98DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA98DB; }

 p { color: rgb(202,152,219); }

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

background-color css

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

 a { background-color: rgb(202,152,219); }

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

border-color css

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

 span { border-color: rgb(202,152,219); }

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