Html Css Color HEX #C992E1 Wisteria

📋 copy color: '#C992E1'

red 201 ◦ green 146 ◦ blue 225

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

Shades of Wisteria #C992E1

Tints of Wisteria #C992E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.34%

R = 35.14%
G = 25.52%
B = 39.34%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C992E1 (or 0xC992E1) is known color: Wisteria. HEX triplet: C9, 92 and E1. RGB value is (201,146,225). Sum of RGB (Red+Green+Blue) = 201+146+225=572 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.14% from 572); Green value is 146 (57.42% from 255 or 25.52% from 572); Blue value is 225 (88.28% from 255 or 39.34% from 572); Max value from RGB is 225 - color contains mainly: blue. Hex color #C992E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C992E1 is #366D1E. Grayscale: #ABABAB. Windows color (decimal): -3566879 or 14783177. OLE color: 14783177.

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

Color convert

RGB 201 146 225 -
CMYK 0.11 0.35 0 0.12
HSL 281.77º 0.57% 0.73% -
HSV(B) 281.77º 0.35% 0.88% -
XYZ 47.96 38.41 76.12 -
YUV 171.45 158.22 149.08 -
System Red Green Blue C M Y K H S L
Decimal 201 146 225 0.11 0.35 0 0.12 281.77 0.57 0.73
Hex C9 92 E1 B 23 0 C 11A 39 49
Octal 311 222 341 13 43 0 14 432 71 111
Binary 11001001 10010010 11100001 1011 100011 0 1100 100011010 111001 1001001

Color Harmonies of #C992E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C992E1

Black with #C992E1

Text Example


Text Example

White with #C992E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C992E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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