Html Css Color HEX #C990D3 Wisteria

📋 copy color: '#C990D3'

red 201 ◦ green 144 ◦ blue 211

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

Shades of Wisteria #C990D3

Tints of Wisteria #C990D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.95%

R = 36.15%
G = 25.9%
B = 37.95%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C990D3 (or 0xC990D3) is known color: Wisteria. HEX triplet: C9, 90 and D3. RGB value is (201,144,211). Sum of RGB (Red+Green+Blue) = 201+144+211=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 211 (82.81% from 255 or 37.95% from 556); Max value from RGB is 211 - color contains mainly: blue. Hex color #C990D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C990D3 is #366F2C. Grayscale: #A8A8A8. Windows color (decimal): -3567405 or 13865161. OLE color: 13865161.

HSL color Cylindrical-coordinate representation of color #C990D3: hue angle of 291.04º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C990D3 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 201 144 211 -
CMYK 0.05 0.32 0 0.17
HSL 291.04º 0.43% 0.7% -
HSV(B) 291.04º 0.32% 0.83% -
XYZ 45.82 37.07 66.37 -
YUV 168.68 151.88 151.05 -
System Red Green Blue C M Y K H S L
Decimal 201 144 211 0.05 0.32 0 0.17 291.04 0.43 0.7
Hex C9 90 D3 5 20 0 11 123 2B 46
Octal 311 220 323 5 40 0 21 443 53 106
Binary 11001001 10010000 11010011 101 100000 0 10001 100100011 101011 1000110

Color Harmonies of #C990D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C990D3

Black with #C990D3

Text Example


Text Example

White with #C990D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C990D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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