Html Css Color HEX #C990D5 Wisteria

📋 copy color: '#C990D5'

red 201 ◦ green 144 ◦ blue 213

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

Shades of Wisteria #C990D5

Tints of Wisteria #C990D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.17%

R = 36.02%
G = 25.81%
B = 38.17%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C990D5 (or 0xC990D5) is known color: Wisteria. HEX triplet: C9, 90 and D5. RGB value is (201,144,213). Sum of RGB (Red+Green+Blue) = 201+144+213=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 144 (56.64% from 255 or 25.81% from 558); Blue value is 213 (83.59% from 255 or 38.17% from 558); Max value from RGB is 213 - color contains mainly: blue. Hex color #C990D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C990D5 is #366F2A. Grayscale: #A8A8A8. Windows color (decimal): -3567403 or 13996233. OLE color: 13996233.

HSL color Cylindrical-coordinate representation of color #C990D5: hue angle of 289.57º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C990D5 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 144 213 -
CMYK 0.06 0.32 0 0.16
HSL 289.57º 0.45% 0.7% -
HSV(B) 289.57º 0.32% 0.84% -
XYZ 46.07 37.17 67.7 -
YUV 168.91 152.88 150.89 -
System Red Green Blue C M Y K H S L
Decimal 201 144 213 0.06 0.32 0 0.16 289.57 0.45 0.7
Hex C9 90 D5 6 20 0 10 122 2D 46
Octal 311 220 325 6 40 0 20 442 55 106
Binary 11001001 10010000 11010101 110 100000 0 10000 100100010 101101 1000110

Color Harmonies of #C990D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C990D5

Black with #C990D5

Text Example


Text Example

White with #C990D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C990D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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