Html Css Color HEX #C992E2 Wisteria

📋 copy color: '#C992E2'

red 201 ◦ green 146 ◦ blue 226

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

Shades of Wisteria #C992E2

Tints of Wisteria #C992E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 39.44%

R = 35.08%
G = 25.48%
B = 39.44%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C992E2 (or 0xC992E2) is known color: Wisteria. HEX triplet: C9, 92 and E2. RGB value is (201,146,226). Sum of RGB (Red+Green+Blue) = 201+146+226=573 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.08% from 573); Green value is 146 (57.42% from 255 or 25.48% from 573); Blue value is 226 (88.67% from 255 or 39.44% from 573); Max value from RGB is 226 - color contains mainly: blue. Hex color #C992E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C992E2 is #366D1D. Grayscale: #ABABAB. Windows color (decimal): -3566878 or 14848713. OLE color: 14848713.

HSL color Cylindrical-coordinate representation of color #C992E2: hue angle of 281.25º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C992E2 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 201 146 226 -
CMYK 0.11 0.35 0 0.11
HSL 281.25º 0.58% 0.73% -
HSV(B) 281.25º 0.35% 0.89% -
XYZ 48.09 38.47 76.84 -
YUV 171.57 158.72 149 -
System Red Green Blue C M Y K H S L
Decimal 201 146 226 0.11 0.35 0 0.11 281.25 0.58 0.73
Hex C9 92 E2 B 23 0 B 119 3A 49
Octal 311 222 342 13 43 0 13 431 72 111
Binary 11001001 10010010 11100010 1011 100011 0 1011 100011001 111010 1001001

Color Harmonies of #C992E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C992E2

Black with #C992E2

Text Example


Text Example

White with #C992E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C992E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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