Html Css Color HEX #C97FE1 Wisteria

📋 copy color: '#C97FE1'

red 201 ◦ green 127 ◦ blue 225

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

Shades of Wisteria #C97FE1

Tints of Wisteria #C97FE1

RGB

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

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

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

R = 36.35%
G = 22.97%
B = 40.69%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C97FE1 (or 0xC97FE1) is known color: Wisteria. HEX triplet: C9, 7F and E1. RGB value is (201,127,225). Sum of RGB (Red+Green+Blue) = 201+127+225=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 225 (88.28% from 255 or 40.69% from 553); Max value from RGB is 225 - color contains mainly: blue. Hex color #C97FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97FE1 is #36801E. Grayscale: #9F9F9F. Windows color (decimal): -3571743 or 14778313. OLE color: 14778313.

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

Color convert

RGB 201 127 225 -
CMYK 0.11 0.44 0 0.12
HSL 285.31º 0.62% 0.69% -
HSV(B) 285.31º 0.44% 0.88% -
XYZ 45.27 33.03 75.22 -
YUV 160.3 164.52 157.03 -
System Red Green Blue C M Y K H S L
Decimal 201 127 225 0.11 0.44 0 0.12 285.31 0.62 0.69
Hex C9 7F E1 B 2C 0 C 11D 3E 45
Octal 311 177 341 13 54 0 14 435 76 105
Binary 11001001 1111111 11100001 1011 101100 0 1100 100011101 111110 1000101

Color Harmonies of #C97FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97FE1

Black with #C97FE1

Text Example


Text Example

White with #C97FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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