Html Css Color HEX #C984EC Wisteria

📋 copy color: '#C984EC'

red 201 ◦ green 132 ◦ blue 236

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

Shades of Wisteria #C984EC

Tints of Wisteria #C984EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.48%

R = 35.33%
G = 23.2%
B = 41.48%

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

#C984EC (or 0xC984EC) is known color: Wisteria. HEX triplet: C9, 84 and EC. RGB value is (201,132,236). Sum of RGB (Red+Green+Blue) = 201+132+236=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 132 (51.95% from 255 or 23.20% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #C984EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C984EC is #367B13. Grayscale: #A4A4A4. Windows color (decimal): -3570452 or 15500489. OLE color: 15500489.

HSL color Cylindrical-coordinate representation of color #C984EC: hue angle of 279.81º degrees, saturation: 0.73, 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 #C984EC is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 132 236 -
CMYK 0.15 0.44 0 0.07
HSL 279.81º 0.73% 0.72% -
HSV(B) 279.81º 0.44% 0.93% -
XYZ 47.48 34.98 83.61 -
YUV 164.49 168.36 154.04 -
System Red Green Blue C M Y K H S L
Decimal 201 132 236 0.15 0.44 0 0.07 279.81 0.73 0.72
Hex C9 84 EC F 2C 0 7 118 49 48
Octal 311 204 354 17 54 0 7 430 111 110
Binary 11001001 10000100 11101100 1111 101100 0 111 100011000 1001001 1001000

Color Harmonies of #C984EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C984EC

Black with #C984EC

Text Example


Text Example

White with #C984EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C984EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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