Html Css Color HEX #C981E0 Wisteria

📋 copy color: '#C981E0'

red 201 ◦ green 129 ◦ blue 224

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

Shades of Wisteria #C981E0

Tints of Wisteria #C981E0

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.29%

 BLUE value IS 224 (87.89% from 255) = 40.43%

R = 36.28%
G = 23.29%
B = 40.43%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C981E0 (or 0xC981E0) is known color: Wisteria. HEX triplet: C9, 81 and E0. RGB value is (201,129,224). Sum of RGB (Red+Green+Blue) = 201+129+224=554 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.28% from 554); Green value is 129 (50.78% from 255 or 23.29% from 554); Blue value is 224 (87.89% from 255 or 40.43% from 554); Max value from RGB is 224 - color contains mainly: blue. Hex color #C981E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C981E0 is #367E1F. Grayscale: #A1A1A1. Windows color (decimal): -3571232 or 14713289. OLE color: 14713289.

HSL color Cylindrical-coordinate representation of color #C981E0: hue angle of 285.47º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C981E0 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 129 224 -
CMYK 0.10 0.42 0 0.12
HSL 285.47º 0.61% 0.69% -
HSV(B) 285.47º 0.42% 0.88% -
XYZ 45.39 33.5 74.59 -
YUV 161.36 163.35 156.28 -
System Red Green Blue C M Y K H S L
Decimal 201 129 224 0.10 0.42 0 0.12 285.47 0.61 0.69
Hex C9 81 E0 A 2A 0 C 11D 3D 45
Octal 311 201 340 12 52 0 14 435 75 105
Binary 11001001 10000001 11100000 1010 101010 0 1100 100011101 111101 1000101

Color Harmonies of #C981E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C981E0

Black with #C981E0

Text Example


Text Example

White with #C981E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C981E0; }

 p { color: rgb(201,129,224); }

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

background-color css

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

 a { background-color: rgb(201,129,224); }

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

border-color css

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

 span { border-color: rgb(201,129,224); }

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