Html Css Color HEX #CA98DF Wisteria

📋 copy color: '#CA98DF'

red 202 ◦ green 152 ◦ blue 223

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

Shades of Wisteria #CA98DF

Tints of Wisteria #CA98DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.65%

R = 35.01%
G = 26.34%
B = 38.65%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA98DF (or 0xCA98DF) is known color: Wisteria. HEX triplet: CA, 98 and DF. RGB value is (202,152,223). Sum of RGB (Red+Green+Blue) = 202+152+223=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 152 (59.77% from 255 or 26.34% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA98DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA98DF is #356720. Grayscale: #AEAEAE. Windows color (decimal): -3499809 or 14653642. OLE color: 14653642.

HSL color Cylindrical-coordinate representation of color #CA98DF: hue angle of 282.25º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA98DF is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 152 223 -
CMYK 0.09 0.32 0 0.13
HSL 282.25º 0.53% 0.74% -
HSV(B) 282.25º 0.32% 0.87% -
XYZ 48.9 40.34 75.02 -
YUV 175.04 155.07 147.23 -
System Red Green Blue C M Y K H S L
Decimal 202 152 223 0.09 0.32 0 0.13 282.25 0.53 0.74
Hex CA 98 DF 9 20 0 D 11A 35 4A
Octal 312 230 337 11 40 0 15 432 65 112
Binary 11001010 10011000 11011111 1001 100000 0 1101 100011010 110101 1001010

Color Harmonies of #CA98DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA98DF

Black with #CA98DF

Text Example


Text Example

White with #CA98DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA98DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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