Html Css Color HEX #C990DA Wisteria

📋 copy color: '#C990DA'

red 201 ◦ green 144 ◦ blue 218

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

Shades of Wisteria #C990DA

Tints of Wisteria #C990DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.72%

R = 35.7%
G = 25.58%
B = 38.72%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C990DA (or 0xC990DA) is known color: Wisteria. HEX triplet: C9, 90 and DA. RGB value is (201,144,218). Sum of RGB (Red+Green+Blue) = 201+144+218=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 144 (56.64% from 255 or 25.58% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #C990DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C990DA is #366F25. Grayscale: #A9A9A9. Windows color (decimal): -3567398 or 14323913. OLE color: 14323913.

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

Color convert

RGB 201 144 218 -
CMYK 0.08 0.34 0 0.15
HSL 286.22º 0.5% 0.71% -
HSV(B) 286.22º 0.34% 0.85% -
XYZ 46.72 37.43 71.09 -
YUV 169.48 155.38 150.48 -
System Red Green Blue C M Y K H S L
Decimal 201 144 218 0.08 0.34 0 0.15 286.22 0.5 0.71
Hex C9 90 DA 8 22 0 F 11E 32 47
Octal 311 220 332 10 42 0 17 436 62 107
Binary 11001001 10010000 11011010 1000 100010 0 1111 100011110 110010 1000111

Color Harmonies of #C990DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C990DA

Black with #C990DA

Text Example


Text Example

White with #C990DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C990DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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