Html Css Color HEX #C997EA Wisteria

📋 copy color: '#C997EA'

red 201 ◦ green 151 ◦ blue 234

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

Shades of Wisteria #C997EA

Tints of Wisteria #C997EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.93%

R = 34.3%
G = 25.77%
B = 39.93%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C997EA (or 0xC997EA) is known color: Wisteria. HEX triplet: C9, 97 and EA. RGB value is (201,151,234). Sum of RGB (Red+Green+Blue) = 201+151+234=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 151 (59.38% from 255 or 25.77% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #C997EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C997EA is #366815. Grayscale: #AFAFAF. Windows color (decimal): -3565590 or 15374281. OLE color: 15374281.

HSL color Cylindrical-coordinate representation of color #C997EA: hue angle of 276.14º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C997EA is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 151 234 -
CMYK 0.14 0.35 0 0.08
HSL 276.14º 0.66% 0.75% -
HSV(B) 276.14º 0.35% 0.92% -
XYZ 50.01 40.49 83.02 -
YUV 175.41 161.07 146.25 -
System Red Green Blue C M Y K H S L
Decimal 201 151 234 0.14 0.35 0 0.08 276.14 0.66 0.75
Hex C9 97 EA E 23 0 8 114 42 4B
Octal 311 227 352 16 43 0 10 424 102 113
Binary 11001001 10010111 11101010 1110 100011 0 1000 100010100 1000010 1001011

Color Harmonies of #C997EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C997EA

Black with #C997EA

Text Example


Text Example

White with #C997EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C997EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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