Html Css Color HEX #C994EA Wisteria

📋 copy color: '#C994EA'

red 201 ◦ green 148 ◦ blue 234

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

Shades of Wisteria #C994EA

Tints of Wisteria #C994EA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.39%

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

R = 34.48%
G = 25.39%
B = 40.14%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C994EA (or 0xC994EA) is known color: Wisteria. HEX triplet: C9, 94 and EA. RGB value is (201,148,234). Sum of RGB (Red+Green+Blue) = 201+148+234=583 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.48% from 583); Green value is 148 (58.20% from 255 or 25.39% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #C994EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C994EA is #366B15. Grayscale: #ADADAD. Windows color (decimal): -3566358 or 15373513. OLE color: 15373513.

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

Color convert

RGB 201 148 234 -
CMYK 0.14 0.37 0 0.08
HSL 276.98º 0.67% 0.75% -
HSV(B) 276.98º 0.37% 0.92% -
XYZ 49.53 39.54 82.86 -
YUV 173.65 162.06 147.51 -
System Red Green Blue C M Y K H S L
Decimal 201 148 234 0.14 0.37 0 0.08 276.98 0.67 0.75
Hex C9 94 EA E 25 0 8 115 43 4B
Octal 311 224 352 16 45 0 10 425 103 113
Binary 11001001 10010100 11101010 1110 100101 0 1000 100010101 1000011 1001011

Color Harmonies of #C994EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C994EA

Black with #C994EA

Text Example


Text Example

White with #C994EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C994EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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