Html Css Color HEX #C990EA Wisteria

📋 copy color: '#C990EA'

red 201 ◦ green 144 ◦ blue 234

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

Shades of Wisteria #C990EA

Tints of Wisteria #C990EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.41%

R = 34.72%
G = 24.87%
B = 40.41%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C990EA (or 0xC990EA) is known color: Wisteria. HEX triplet: C9, 90 and EA. RGB value is (201,144,234). Sum of RGB (Red+Green+Blue) = 201+144+234=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 144 (56.64% from 255 or 24.87% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #C990EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C990EA is #366F15. Grayscale: #ABABAB. Windows color (decimal): -3567382 or 15372489. OLE color: 15372489.

HSL color Cylindrical-coordinate representation of color #C990EA: hue angle of 278º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C990EA is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 144 234 -
CMYK 0.14 0.38 0 0.08
HSL 278º 0.68% 0.74% -
HSV(B) 278º 0.38% 0.92% -
XYZ 48.91 38.3 82.66 -
YUV 171.3 163.38 149.18 -
System Red Green Blue C M Y K H S L
Decimal 201 144 234 0.14 0.38 0 0.08 278 0.68 0.74
Hex C9 90 EA E 26 0 8 116 44 4A
Octal 311 220 352 16 46 0 10 426 104 112
Binary 11001001 10010000 11101010 1110 100110 0 1000 100010110 1000100 1001010

Color Harmonies of #C990EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C990EA

Black with #C990EA

Text Example


Text Example

White with #C990EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C990EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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