Html Css Color HEX #C984ED Wisteria

📋 copy color: '#C984ED'

red 201 ◦ green 132 ◦ blue 237

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

Shades of Wisteria #C984ED

Tints of Wisteria #C984ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.58%

R = 35.26%
G = 23.16%
B = 41.58%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C984ED (or 0xC984ED) is known color: Wisteria. HEX triplet: C9, 84 and ED. RGB value is (201,132,237). Sum of RGB (Red+Green+Blue) = 201+132+237=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 132 (51.95% from 255 or 23.16% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #C984ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C984ED is #367B12. Grayscale: #A4A4A4. Windows color (decimal): -3570451 or 15566025. OLE color: 15566025.

HSL color Cylindrical-coordinate representation of color #C984ED: hue angle of 279.43º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C984ED is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 132 237 -
CMYK 0.15 0.44 0 0.07
HSL 279.43º 0.74% 0.72% -
HSV(B) 279.43º 0.44% 0.93% -
XYZ 47.62 35.03 84.37 -
YUV 164.6 168.86 153.96 -
System Red Green Blue C M Y K H S L
Decimal 201 132 237 0.15 0.44 0 0.07 279.43 0.74 0.72
Hex C9 84 ED F 2C 0 7 117 4A 48
Octal 311 204 355 17 54 0 7 427 112 110
Binary 11001001 10000100 11101101 1111 101100 0 111 100010111 1001010 1001000

Color Harmonies of #C984ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C984ED

Black with #C984ED

Text Example


Text Example

White with #C984ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C984ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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