Html Css Color HEX #C994DF Wisteria

📋 copy color: '#C994DF'

red 201 ◦ green 148 ◦ blue 223

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

Shades of Wisteria #C994DF

Tints of Wisteria #C994DF

RGB

 RED value IS 201 (78.91% from 255) = 35.14%

 GREEN value IS 148 (58.2% from 255) = 25.87%

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

R = 35.14%
G = 25.87%
B = 38.99%

CMYK

 C value IS 0.10

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C994DF (or 0xC994DF) is known color: Wisteria. HEX triplet: C9, 94 and DF. RGB value is (201,148,223). Sum of RGB (Red+Green+Blue) = 201+148+223=572 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.14% from 572); Green value is 148 (58.20% from 255 or 25.87% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #C994DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C994DF is #366B20. Grayscale: #ACACAC. Windows color (decimal): -3566369 or 14652617. OLE color: 14652617.

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

Color convert

RGB 201 148 223 -
CMYK 0.10 0.34 0 0.13
HSL 282.4º 0.54% 0.73% -
HSV(B) 282.4º 0.34% 0.87% -
XYZ 48 38.93 74.8 -
YUV 172.4 156.56 148.4 -
System Red Green Blue C M Y K H S L
Decimal 201 148 223 0.10 0.34 0 0.13 282.4 0.54 0.73
Hex C9 94 DF A 22 0 D 11A 36 49
Octal 311 224 337 12 42 0 15 432 66 111
Binary 11001001 10010100 11011111 1010 100010 0 1101 100011010 110110 1001001

Color Harmonies of #C994DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C994DF

Black with #C994DF

Text Example


Text Example

White with #C994DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C994DF; }

 p { color: rgb(201,148,223); }

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

background-color css

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

 a { background-color: rgb(201,148,223); }

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

border-color css

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

 span { border-color: rgb(201,148,223); }

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