Html Css Color HEX #C990FE Wisteria

📋 copy color: '#C990FE'

red 201 ◦ green 144 ◦ blue 254

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

Shades of Wisteria #C990FE

Tints of Wisteria #C990FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.4%

R = 33.56%
G = 24.04%
B = 42.4%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C990FE (or 0xC990FE) is known color: Wisteria. HEX triplet: C9, 90 and FE. RGB value is (201,144,254). Sum of RGB (Red+Green+Blue) = 201+144+254=599 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.56% from 599); Green value is 144 (56.64% from 255 or 24.04% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #C990FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C990FE is #366F01. Grayscale: #ADADAD. Windows color (decimal): -3567362 or 16683209. OLE color: 16683209.

HSL color Cylindrical-coordinate representation of color #C990FE: hue angle of 271.09º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C990FE is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 201 144 254 -
CMYK 0.21 0.43 0 0.00
HSL 271.09º 0.98% 0.78% -
HSV(B) 271.09º 0.43% 1% -
XYZ 51.95 39.52 98.66 -
YUV 173.58 173.38 147.56 -
System Red Green Blue C M Y K H S L
Decimal 201 144 254 0.21 0.43 0 0.00 271.09 0.98 0.78
Hex C9 90 FE 15 2B 0 0 10F 62 4E
Octal 311 220 376 25 53 0 0 417 142 116
Binary 11001001 10010000 11111110 10101 101011 0 0 100001111 1100010 1001110

Color Harmonies of #C990FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C990FE

Black with #C990FE

Text Example


Text Example

White with #C990FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C990FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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