Html Css Color HEX #C984EA Wisteria

📋 copy color: '#C984EA'

red 201 ◦ green 132 ◦ blue 234

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

Shades of Wisteria #C984EA

Tints of Wisteria #C984EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.27%

R = 35.45%
G = 23.28%
B = 41.27%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C984EA (or 0xC984EA) is known color: Wisteria. HEX triplet: C9, 84 and EA. RGB value is (201,132,234). Sum of RGB (Red+Green+Blue) = 201+132+234=567 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.45% from 567); Green value is 132 (51.95% from 255 or 23.28% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #C984EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C984EA is #367B15. Grayscale: #A3A3A3. Windows color (decimal): -3570454 or 15369417. OLE color: 15369417.

HSL color Cylindrical-coordinate representation of color #C984EA: hue angle of 280.59º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C984EA is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 132 234 -
CMYK 0.14 0.44 0 0.08
HSL 280.59º 0.71% 0.72% -
HSV(B) 280.59º 0.44% 0.92% -
XYZ 47.19 34.86 82.08 -
YUV 164.26 167.36 154.21 -
System Red Green Blue C M Y K H S L
Decimal 201 132 234 0.14 0.44 0 0.08 280.59 0.71 0.72
Hex C9 84 EA E 2C 0 8 119 47 48
Octal 311 204 352 16 54 0 10 431 107 110
Binary 11001001 10000100 11101010 1110 101100 0 1000 100011001 1000111 1001000

Color Harmonies of #C984EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C984EA

Black with #C984EA

Text Example


Text Example

White with #C984EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C984EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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