Html Css Color HEX #C990ED Wisteria

📋 copy color: '#C990ED'

red 201 ◦ green 144 ◦ blue 237

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

Shades of Wisteria #C990ED

Tints of Wisteria #C990ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.72%

R = 34.54%
G = 24.74%
B = 40.72%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C990ED (or 0xC990ED) is known color: Wisteria. HEX triplet: C9, 90 and ED. RGB value is (201,144,237). Sum of RGB (Red+Green+Blue) = 201+144+237=582 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.54% from 582); Green value is 144 (56.64% from 255 or 24.74% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 237 - color contains mainly: blue. Hex color #C990ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C990ED is #366F12. Grayscale: #ABABAB. Windows color (decimal): -3567379 or 15569097. OLE color: 15569097.

HSL color Cylindrical-coordinate representation of color #C990ED: hue angle of 276.77º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C990ED is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 144 237 -
CMYK 0.15 0.39 0 0.07
HSL 276.77º 0.72% 0.75% -
HSV(B) 276.77º 0.39% 0.93% -
XYZ 49.35 38.48 84.95 -
YUV 171.65 164.88 148.94 -
System Red Green Blue C M Y K H S L
Decimal 201 144 237 0.15 0.39 0 0.07 276.77 0.72 0.75
Hex C9 90 ED F 27 0 7 115 48 4B
Octal 311 220 355 17 47 0 7 425 110 113
Binary 11001001 10010000 11101101 1111 100111 0 111 100010101 1001000 1001011

Color Harmonies of #C990ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C990ED

Black with #C990ED

Text Example


Text Example

White with #C990ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C990ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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