Html Css Color HEX #C992EA Wisteria

📋 copy color: '#C992EA'

red 201 ◦ green 146 ◦ blue 234

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

Shades of Wisteria #C992EA

Tints of Wisteria #C992EA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.13%

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

R = 34.6%
G = 25.13%
B = 40.28%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C992EA (or 0xC992EA) is known color: Wisteria. HEX triplet: C9, 92 and EA. RGB value is (201,146,234). Sum of RGB (Red+Green+Blue) = 201+146+234=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 146 (57.42% from 255 or 25.13% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #C992EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C992EA is #366D15. Grayscale: #ACACAC. Windows color (decimal): -3566870 or 15373001. OLE color: 15373001.

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

Color convert

RGB 201 146 234 -
CMYK 0.14 0.38 0 0.08
HSL 277.5º 0.68% 0.75% -
HSV(B) 277.5º 0.38% 0.92% -
XYZ 49.22 38.92 82.76 -
YUV 172.48 162.72 148.34 -
System Red Green Blue C M Y K H S L
Decimal 201 146 234 0.14 0.38 0 0.08 277.5 0.68 0.75
Hex C9 92 EA E 26 0 8 116 44 4B
Octal 311 222 352 16 46 0 10 426 104 113
Binary 11001001 10010010 11101010 1110 100110 0 1000 100010110 1000100 1001011

Color Harmonies of #C992EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C992EA

Black with #C992EA

Text Example


Text Example

White with #C992EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C992EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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