Html Css Color HEX #C982E9 Wisteria

📋 copy color: '#C982E9'

red 201 ◦ green 130 ◦ blue 233

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

Shades of Wisteria #C982E9

Tints of Wisteria #C982E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.31%

R = 35.64%
G = 23.05%
B = 41.31%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C982E9 (or 0xC982E9) is known color: Wisteria. HEX triplet: C9, 82 and E9. RGB value is (201,130,233). Sum of RGB (Red+Green+Blue) = 201+130+233=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 130 (51.17% from 255 or 23.05% from 564); Blue value is 233 (91.41% from 255 or 41.31% from 564); Max value from RGB is 233 - color contains mainly: blue. Hex color #C982E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C982E9 is #367D16. Grayscale: #A2A2A2. Windows color (decimal): -3570967 or 15303369. OLE color: 15303369.

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

Color convert

RGB 201 130 233 -
CMYK 0.14 0.44 0 0.09
HSL 281.36º 0.7% 0.71% -
HSV(B) 281.36º 0.44% 0.91% -
XYZ 46.78 34.27 81.24 -
YUV 162.97 167.52 155.12 -
System Red Green Blue C M Y K H S L
Decimal 201 130 233 0.14 0.44 0 0.09 281.36 0.7 0.71
Hex C9 82 E9 E 2C 0 9 119 46 47
Octal 311 202 351 16 54 0 11 431 106 107
Binary 11001001 10000010 11101001 1110 101100 0 1001 100011001 1000110 1000111

Color Harmonies of #C982E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C982E9

Black with #C982E9

Text Example


Text Example

White with #C982E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C982E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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