Html Css Color HEX #C990D8 Wisteria

📋 copy color: '#C990D8'

red 201 ◦ green 144 ◦ blue 216

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

Shades of Wisteria #C990D8

Tints of Wisteria #C990D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.5%

R = 35.83%
G = 25.67%
B = 38.5%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C990D8 (or 0xC990D8) is known color: Wisteria. HEX triplet: C9, 90 and D8. RGB value is (201,144,216). Sum of RGB (Red+Green+Blue) = 201+144+216=561 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.83% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 216 - color contains mainly: blue. Hex color #C990D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C990D8 is #366F27. Grayscale: #A9A9A9. Windows color (decimal): -3567400 or 14192841. OLE color: 14192841.

HSL color Cylindrical-coordinate representation of color #C990D8: hue angle of 287.5º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C990D8 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 144 216 -
CMYK 0.07 0.33 0 0.15
HSL 287.5º 0.48% 0.71% -
HSV(B) 287.5º 0.33% 0.85% -
XYZ 46.46 37.32 69.72 -
YUV 169.25 154.38 150.65 -
System Red Green Blue C M Y K H S L
Decimal 201 144 216 0.07 0.33 0 0.15 287.5 0.48 0.71
Hex C9 90 D8 7 21 0 F 120 30 47
Octal 311 220 330 7 41 0 17 440 60 107
Binary 11001001 10010000 11011000 111 100001 0 1111 100100000 110000 1000111

Color Harmonies of #C990D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C990D8

Black with #C990D8

Text Example


Text Example

White with #C990D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C990D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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