Html Css Color HEX #C984E2 Wisteria

📋 copy color: '#C984E2'

red 201 ◦ green 132 ◦ blue 226

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

Shades of Wisteria #C984E2

Tints of Wisteria #C984E2

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.61%

 BLUE value IS 226 (88.67% from 255) = 40.43%

R = 35.96%
G = 23.61%
B = 40.43%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C984E2 (or 0xC984E2) is known color: Wisteria. HEX triplet: C9, 84 and E2. RGB value is (201,132,226). Sum of RGB (Red+Green+Blue) = 201+132+226=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 132 (51.95% from 255 or 23.61% from 559); Blue value is 226 (88.67% from 255 or 40.43% from 559); Max value from RGB is 226 - color contains mainly: blue. Hex color #C984E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C984E2 is #367B1D. Grayscale: #A3A3A3. Windows color (decimal): -3570462 or 14845129. OLE color: 14845129.

HSL color Cylindrical-coordinate representation of color #C984E2: hue angle of 284.04º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C984E2 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 201 132 226 -
CMYK 0.11 0.42 0 0.11
HSL 284.04º 0.62% 0.7% -
HSV(B) 284.04º 0.42% 0.89% -
XYZ 46.07 34.41 76.17 -
YUV 163.35 163.36 154.86 -
System Red Green Blue C M Y K H S L
Decimal 201 132 226 0.11 0.42 0 0.11 284.04 0.62 0.7
Hex C9 84 E2 B 2A 0 B 11C 3E 46
Octal 311 204 342 13 52 0 13 434 76 106
Binary 11001001 10000100 11100010 1011 101010 0 1011 100011100 111110 1000110

Color Harmonies of #C984E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C984E2

Black with #C984E2

Text Example


Text Example

White with #C984E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C984E2; }

 p { color: rgb(201,132,226); }

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

background-color css

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

 a { background-color: rgb(201,132,226); }

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

border-color css

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

 span { border-color: rgb(201,132,226); }

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