Html Css Color HEX #CA97DF Wisteria

📋 copy color: '#CA97DF'

red 202 ◦ green 151 ◦ blue 223

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

Shades of Wisteria #CA97DF

Tints of Wisteria #CA97DF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.22%

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

R = 35.07%
G = 26.22%
B = 38.72%

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

#CA97DF (or 0xCA97DF) is known color: Wisteria. HEX triplet: CA, 97 and DF. RGB value is (202,151,223). Sum of RGB (Red+Green+Blue) = 202+151+223=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 151 (59.38% from 255 or 26.22% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA97DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA97DF is #356820. Grayscale: #AEAEAE. Windows color (decimal): -3500065 or 14653386. OLE color: 14653386.

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

Color convert

RGB 202 151 223 -
CMYK 0.09 0.32 0 0.13
HSL 282.5º 0.53% 0.73% -
HSV(B) 282.5º 0.32% 0.87% -
XYZ 48.74 40.02 74.97 -
YUV 174.46 155.4 147.65 -
System Red Green Blue C M Y K H S L
Decimal 202 151 223 0.09 0.32 0 0.13 282.5 0.53 0.73
Hex CA 97 DF 9 20 0 D 11A 35 49
Octal 312 227 337 11 40 0 15 432 65 111
Binary 11001010 10010111 11011111 1001 100000 0 1101 100011010 110101 1001001

Color Harmonies of #CA97DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA97DF

Black with #CA97DF

Text Example


Text Example

White with #CA97DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA97DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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