Html Css Color HEX #C990E3 Wisteria

📋 copy color: '#C990E3'

red 201 ◦ green 144 ◦ blue 227

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

Shades of Wisteria #C990E3

Tints of Wisteria #C990E3

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.17%

 BLUE value IS 227 (89.06% from 255) = 39.69%

R = 35.14%
G = 25.17%
B = 39.69%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C990E3 (or 0xC990E3) is known color: Wisteria. HEX triplet: C9, 90 and E3. RGB value is (201,144,227). Sum of RGB (Red+Green+Blue) = 201+144+227=572 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.14% from 572); Green value is 144 (56.64% from 255 or 25.17% from 572); Blue value is 227 (89.06% from 255 or 39.69% from 572); Max value from RGB is 227 - color contains mainly: blue. Hex color #C990E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C990E3 is #366F1C. Grayscale: #AAAAAA. Windows color (decimal): -3567389 or 14913737. OLE color: 14913737.

HSL color Cylindrical-coordinate representation of color #C990E3: hue angle of 281.2º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C990E3 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 201 144 227 -
CMYK 0.11 0.37 0 0.11
HSL 281.2º 0.6% 0.73% -
HSV(B) 281.2º 0.37% 0.89% -
XYZ 47.93 37.91 77.46 -
YUV 170.51 159.88 149.75 -
System Red Green Blue C M Y K H S L
Decimal 201 144 227 0.11 0.37 0 0.11 281.2 0.6 0.73
Hex C9 90 E3 B 25 0 B 119 3C 49
Octal 311 220 343 13 45 0 13 431 74 111
Binary 11001001 10010000 11100011 1011 100101 0 1011 100011001 111100 1001001

Color Harmonies of #C990E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C990E3

Black with #C990E3

Text Example


Text Example

White with #C990E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C990E3; }

 p { color: rgb(201,144,227); }

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

background-color css

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

 a { background-color: rgb(201,144,227); }

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

border-color css

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

 span { border-color: rgb(201,144,227); }

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