Html Css Color HEX #C990E1 Wisteria

📋 copy color: '#C990E1'

red 201 ◦ green 144 ◦ blue 225

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

Shades of Wisteria #C990E1

Tints of Wisteria #C990E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.47%

R = 35.26%
G = 25.26%
B = 39.47%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C990E1 (or 0xC990E1) is known color: Wisteria. HEX triplet: C9, 90 and E1. RGB value is (201,144,225). Sum of RGB (Red+Green+Blue) = 201+144+225=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 225 (88.28% from 255 or 39.47% from 570); Max value from RGB is 225 - color contains mainly: blue. Hex color #C990E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C990E1 is #366F1E. Grayscale: #AAAAAA. Windows color (decimal): -3567391 or 14782665. OLE color: 14782665.

HSL color Cylindrical-coordinate representation of color #C990E1: hue angle of 282.22º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C990E1 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 144 225 -
CMYK 0.11 0.36 0 0.12
HSL 282.22º 0.57% 0.72% -
HSV(B) 282.22º 0.36% 0.88% -
XYZ 47.65 37.8 76.02 -
YUV 170.28 158.88 149.91 -
System Red Green Blue C M Y K H S L
Decimal 201 144 225 0.11 0.36 0 0.12 282.22 0.57 0.72
Hex C9 90 E1 B 24 0 C 11A 39 48
Octal 311 220 341 13 44 0 14 432 71 110
Binary 11001001 10010000 11100001 1011 100100 0 1100 100011010 111001 1001000

Color Harmonies of #C990E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C990E1

Black with #C990E1

Text Example


Text Example

White with #C990E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C990E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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