Html Css Color HEX #C990EC Wisteria

📋 copy color: '#C990EC'

red 201 ◦ green 144 ◦ blue 236

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

Shades of Wisteria #C990EC

Tints of Wisteria #C990EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.62%

R = 34.6%
G = 24.78%
B = 40.62%

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

#C990EC (or 0xC990EC) is known color: Wisteria. HEX triplet: C9, 90 and EC. RGB value is (201,144,236). Sum of RGB (Red+Green+Blue) = 201+144+236=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 144 (56.64% from 255 or 24.78% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #C990EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C990EC is #366F13. Grayscale: #ABABAB. Windows color (decimal): -3567380 or 15503561. OLE color: 15503561.

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

Color convert

RGB 201 144 236 -
CMYK 0.15 0.39 0 0.07
HSL 277.17º 0.71% 0.75% -
HSV(B) 277.17º 0.39% 0.93% -
XYZ 49.2 38.42 84.18 -
YUV 171.53 164.38 149.02 -
System Red Green Blue C M Y K H S L
Decimal 201 144 236 0.15 0.39 0 0.07 277.17 0.71 0.75
Hex C9 90 EC F 27 0 7 115 47 4B
Octal 311 220 354 17 47 0 7 425 107 113
Binary 11001001 10010000 11101100 1111 100111 0 111 100010101 1000111 1001011

Color Harmonies of #C990EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C990EC

Black with #C990EC

Text Example


Text Example

White with #C990EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C990EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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