Html Css Color HEX #C982EA Wisteria

📋 copy color: '#C982EA'

red 201 ◦ green 130 ◦ blue 234

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

Shades of Wisteria #C982EA

Tints of Wisteria #C982EA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.01%

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

R = 35.58%
G = 23.01%
B = 41.42%

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

#C982EA (or 0xC982EA) is known color: Wisteria. HEX triplet: C9, 82 and EA. RGB value is (201,130,234). Sum of RGB (Red+Green+Blue) = 201+130+234=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #C982EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C982EA is #367D15. Grayscale: #A2A2A2. Windows color (decimal): -3570966 or 15368905. OLE color: 15368905.

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

Color convert

RGB 201 130 234 -
CMYK 0.14 0.44 0 0.08
HSL 280.96º 0.71% 0.71% -
HSV(B) 280.96º 0.44% 0.92% -
XYZ 46.92 34.32 81.99 -
YUV 163.09 168.02 155.04 -
System Red Green Blue C M Y K H S L
Decimal 201 130 234 0.14 0.44 0 0.08 280.96 0.71 0.71
Hex C9 82 EA E 2C 0 8 119 47 47
Octal 311 202 352 16 54 0 10 431 107 107
Binary 11001001 10000010 11101010 1110 101100 0 1000 100011001 1000111 1000111

Color Harmonies of #C982EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C982EA

Black with #C982EA

Text Example


Text Example

White with #C982EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C982EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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