Html Css Color HEX #C97FE5 Wisteria

📋 copy color: '#C97FE5'

red 201 ◦ green 127 ◦ blue 229

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

Shades of Wisteria #C97FE5

Tints of Wisteria #C97FE5

RGB

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

 GREEN value IS 127 (50% from 255) = 22.8%

 BLUE value IS 229 (89.84% from 255) = 41.11%

R = 36.09%
G = 22.8%
B = 41.11%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C97FE5 (or 0xC97FE5) is known color: Wisteria. HEX triplet: C9, 7F and E5. RGB value is (201,127,229). Sum of RGB (Red+Green+Blue) = 201+127+229=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 127 (50% from 255 or 22.80% from 557); Blue value is 229 (89.84% from 255 or 41.11% from 557); Max value from RGB is 229 - color contains mainly: blue. Hex color #C97FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97FE5 is #36801A. Grayscale: #A0A0A0. Windows color (decimal): -3571739 or 15040457. OLE color: 15040457.

HSL color Cylindrical-coordinate representation of color #C97FE5: hue angle of 283.53º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C97FE5 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 201 127 229 -
CMYK 0.12 0.45 0 0.10
HSL 283.53º 0.66% 0.7% -
HSV(B) 283.53º 0.45% 0.9% -
XYZ 45.82 33.25 78.13 -
YUV 160.75 166.52 156.71 -
System Red Green Blue C M Y K H S L
Decimal 201 127 229 0.12 0.45 0 0.10 283.53 0.66 0.7
Hex C9 7F E5 C 2D 0 A 11C 42 46
Octal 311 177 345 14 55 0 12 434 102 106
Binary 11001001 1111111 11100101 1100 101101 0 1010 100011100 1000010 1000110

Color Harmonies of #C97FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97FE5

Black with #C97FE5

Text Example


Text Example

White with #C97FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97FE5; }

 p { color: rgb(201,127,229); }

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

background-color css

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

 a { background-color: rgb(201,127,229); }

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

border-color css

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

 span { border-color: rgb(201,127,229); }

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