Html Css Color HEX #C984EE Wisteria

📋 copy color: '#C984EE'

red 201 ◦ green 132 ◦ blue 238

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

Shades of Wisteria #C984EE

Tints of Wisteria #C984EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.68%

R = 35.2%
G = 23.12%
B = 41.68%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C984EE (or 0xC984EE) is known color: Wisteria. HEX triplet: C9, 84 and EE. RGB value is (201,132,238). Sum of RGB (Red+Green+Blue) = 201+132+238=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 132 (51.95% from 255 or 23.12% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #C984EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C984EE is #367B11. Grayscale: #A4A4A4. Windows color (decimal): -3570450 or 15631561. OLE color: 15631561.

HSL color Cylindrical-coordinate representation of color #C984EE: hue angle of 279.06º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C984EE is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 132 238 -
CMYK 0.16 0.45 0 0.07
HSL 279.06º 0.76% 0.73% -
HSV(B) 279.06º 0.45% 0.93% -
XYZ 47.77 35.09 85.14 -
YUV 164.72 169.36 153.88 -
System Red Green Blue C M Y K H S L
Decimal 201 132 238 0.16 0.45 0 0.07 279.06 0.76 0.73
Hex C9 84 EE 10 2D 0 7 117 4C 49
Octal 311 204 356 20 55 0 7 427 114 111
Binary 11001001 10000100 11101110 10000 101101 0 111 100010111 1001100 1001001

Color Harmonies of #C984EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C984EE

Black with #C984EE

Text Example


Text Example

White with #C984EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C984EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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