Html Css Color HEX #C984DE Wisteria

📋 copy color: '#C984DE'

red 201 ◦ green 132 ◦ blue 222

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

Shades of Wisteria #C984DE

Tints of Wisteria #C984DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40%

R = 36.22%
G = 23.78%
B = 40%

CMYK

 C value IS 0.09

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C984DE (or 0xC984DE) is known color: Wisteria. HEX triplet: C9, 84 and DE. RGB value is (201,132,222). Sum of RGB (Red+Green+Blue) = 201+132+222=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 132 (51.95% from 255 or 23.78% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #C984DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C984DE is #367B21. Grayscale: #A2A2A2. Windows color (decimal): -3570466 or 14582985. OLE color: 14582985.

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

Color convert

RGB 201 132 222 -
CMYK 0.09 0.41 0 0.13
HSL 286º 0.58% 0.69% -
HSV(B) 286º 0.41% 0.87% -
XYZ 45.52 34.19 73.31 -
YUV 162.89 161.36 155.18 -
System Red Green Blue C M Y K H S L
Decimal 201 132 222 0.09 0.41 0 0.13 286 0.58 0.69
Hex C9 84 DE 9 29 0 D 11E 3A 45
Octal 311 204 336 11 51 0 15 436 72 105
Binary 11001001 10000100 11011110 1001 101001 0 1101 100011110 111010 1000101

Color Harmonies of #C984DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C984DE

Black with #C984DE

Text Example


Text Example

White with #C984DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C984DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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