Html Css Color HEX #C992F1 Wisteria

📋 copy color: '#C992F1'

red 201 ◦ green 146 ◦ blue 241

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

Shades of Wisteria #C992F1

Tints of Wisteria #C992F1

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.83%

 BLUE value IS 241 (94.53% from 255) = 40.99%

R = 34.18%
G = 24.83%
B = 40.99%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C992F1 (or 0xC992F1) is known color: Wisteria. HEX triplet: C9, 92 and F1. RGB value is (201,146,241). Sum of RGB (Red+Green+Blue) = 201+146+241=588 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.18% from 588); Green value is 146 (57.42% from 255 or 24.83% from 588); Blue value is 241 (94.53% from 255 or 40.99% from 588); Max value from RGB is 241 - color contains mainly: blue. Hex color #C992F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C992F1 is #366D0E. Grayscale: #ACACAC. Windows color (decimal): -3566863 or 15831753. OLE color: 15831753.

HSL color Cylindrical-coordinate representation of color #C992F1: hue angle of 274.74º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C992F1 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 146 241 -
CMYK 0.17 0.39 0 0.05
HSL 274.74º 0.77% 0.76% -
HSV(B) 274.74º 0.39% 0.95% -
XYZ 50.24 39.33 88.16 -
YUV 173.28 166.22 147.78 -
System Red Green Blue C M Y K H S L
Decimal 201 146 241 0.17 0.39 0 0.05 274.74 0.77 0.76
Hex C9 92 F1 11 27 0 5 113 4D 4C
Octal 311 222 361 21 47 0 5 423 115 114
Binary 11001001 10010010 11110001 10001 100111 0 101 100010011 1001101 1001100

Color Harmonies of #C992F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C992F1

Black with #C992F1

Text Example


Text Example

White with #C992F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C992F1; }

 p { color: rgb(201,146,241); }

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

background-color css

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

 a { background-color: rgb(201,146,241); }

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

border-color css

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

 span { border-color: rgb(201,146,241); }

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