Html Css Color HEX #C997E0 Wisteria

📋 copy color: '#C997E0'

red 201 ◦ green 151 ◦ blue 224

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

Shades of Wisteria #C997E0

Tints of Wisteria #C997E0

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.22%

 BLUE value IS 224 (87.89% from 255) = 38.89%

R = 34.9%
G = 26.22%
B = 38.89%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C997E0 (or 0xC997E0) is known color: Wisteria. HEX triplet: C9, 97 and E0. RGB value is (201,151,224). Sum of RGB (Red+Green+Blue) = 201+151+224=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 151 (59.38% from 255 or 26.22% from 576); Blue value is 224 (87.89% from 255 or 38.89% from 576); Max value from RGB is 224 - color contains mainly: blue. Hex color #C997E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C997E0 is #36681F. Grayscale: #AEAEAE. Windows color (decimal): -3565600 or 14718921. OLE color: 14718921.

HSL color Cylindrical-coordinate representation of color #C997E0: hue angle of 281.1º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C997E0 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 151 224 -
CMYK 0.10 0.33 0 0.12
HSL 281.1º 0.54% 0.74% -
HSV(B) 281.1º 0.33% 0.88% -
XYZ 48.61 39.93 75.67 -
YUV 174.27 156.07 147.06 -
System Red Green Blue C M Y K H S L
Decimal 201 151 224 0.10 0.33 0 0.12 281.1 0.54 0.74
Hex C9 97 E0 A 21 0 C 119 36 4A
Octal 311 227 340 12 41 0 14 431 66 112
Binary 11001001 10010111 11100000 1010 100001 0 1100 100011001 110110 1001010

Color Harmonies of #C997E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C997E0

Black with #C997E0

Text Example


Text Example

White with #C997E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C997E0; }

 p { color: rgb(201,151,224); }

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

background-color css

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

 a { background-color: rgb(201,151,224); }

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

border-color css

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

 span { border-color: rgb(201,151,224); }

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