Html Css Color HEX #CC97E1 Wisteria

📋 copy color: '#CC97E1'

red 204 ◦ green 151 ◦ blue 225

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

Shades of Wisteria #CC97E1

Tints of Wisteria #CC97E1

RGB

 RED value IS 204 (80.08% from 255) = 35.17%

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

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

R = 35.17%
G = 26.03%
B = 38.79%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CC97E1 (or 0xCC97E1) is known color: Wisteria. HEX triplet: CC, 97 and E1. RGB value is (204,151,225). Sum of RGB (Red+Green+Blue) = 204+151+225=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 151 (59.38% from 255 or 26.03% from 580); Blue value is 225 (88.28% from 255 or 38.79% from 580); Max value from RGB is 225 - color contains mainly: blue. Hex color #CC97E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC97E1 is #33681E. Grayscale: #AFAFAF. Windows color (decimal): -3368991 or 14784460. OLE color: 14784460.

HSL color Cylindrical-coordinate representation of color #CC97E1: hue angle of 282.97º degrees, saturation: 0.55, 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 #CC97E1 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 151 225 -
CMYK 0.09 0.33 0 0.12
HSL 282.97º 0.55% 0.74% -
HSV(B) 282.97º 0.33% 0.88% -
XYZ 49.56 40.41 76.42 -
YUV 175.28 156.06 148.48 -
System Red Green Blue C M Y K H S L
Decimal 204 151 225 0.09 0.33 0 0.12 282.97 0.55 0.74
Hex CC 97 E1 9 21 0 C 11B 37 4A
Octal 314 227 341 11 41 0 14 433 67 112
Binary 11001100 10010111 11100001 1001 100001 0 1100 100011011 110111 1001010

Color Harmonies of #CC97E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC97E1

Black with #CC97E1

Text Example


Text Example

White with #CC97E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC97E1; }

 p { color: rgb(204,151,225); }

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

background-color css

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

 a { background-color: rgb(204,151,225); }

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

border-color css

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

 span { border-color: rgb(204,151,225); }

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