Html Css Color HEX #C990EE Wisteria

📋 copy color: '#C990EE'

red 201 ◦ green 144 ◦ blue 238

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

Shades of Wisteria #C990EE

Tints of Wisteria #C990EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.82%

R = 34.48%
G = 24.7%
B = 40.82%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C990EE (or 0xC990EE) is known color: Wisteria. HEX triplet: C9, 90 and EE. RGB value is (201,144,238). Sum of RGB (Red+Green+Blue) = 201+144+238=583 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.48% from 583); Green value is 144 (56.64% from 255 or 24.70% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 238 - color contains mainly: blue. Hex color #C990EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C990EE is #366F11. Grayscale: #ABABAB. Windows color (decimal): -3567378 or 15634633. OLE color: 15634633.

HSL color Cylindrical-coordinate representation of color #C990EE: hue angle of 276.38º degrees, saturation: 0.73, 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 #C990EE is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 144 238 -
CMYK 0.16 0.39 0 0.07
HSL 276.38º 0.73% 0.75% -
HSV(B) 276.38º 0.39% 0.93% -
XYZ 49.49 38.54 85.72 -
YUV 171.76 165.38 148.86 -
System Red Green Blue C M Y K H S L
Decimal 201 144 238 0.16 0.39 0 0.07 276.38 0.73 0.75
Hex C9 90 EE 10 27 0 7 114 49 4B
Octal 311 220 356 20 47 0 7 424 111 113
Binary 11001001 10010000 11101110 10000 100111 0 111 100010100 1001001 1001011

Color Harmonies of #C990EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C990EE

Black with #C990EE

Text Example


Text Example

White with #C990EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C990EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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