Html Css Color HEX #CC97E2 Wisteria

📋 copy color: '#CC97E2'

red 204 ◦ green 151 ◦ blue 226

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

Shades of Wisteria #CC97E2

Tints of Wisteria #CC97E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 38.9%

R = 35.11%
G = 25.99%
B = 38.9%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CC97E2 (or 0xCC97E2) is known color: Wisteria. HEX triplet: CC, 97 and E2. RGB value is (204,151,226). Sum of RGB (Red+Green+Blue) = 204+151+226=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 151 (59.38% from 255 or 25.99% from 581); Blue value is 226 (88.67% from 255 or 38.90% from 581); Max value from RGB is 226 - color contains mainly: blue. Hex color #CC97E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC97E2 is #33681D. Grayscale: #AFAFAF. Windows color (decimal): -3368990 or 14849996. OLE color: 14849996.

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

Color convert

RGB 204 151 226 -
CMYK 0.10 0.33 0 0.11
HSL 282.4º 0.56% 0.74% -
HSV(B) 282.4º 0.33% 0.89% -
XYZ 49.7 40.46 77.14 -
YUV 175.4 156.56 148.4 -
System Red Green Blue C M Y K H S L
Decimal 204 151 226 0.10 0.33 0 0.11 282.4 0.56 0.74
Hex CC 97 E2 A 21 0 B 11A 38 4A
Octal 314 227 342 12 41 0 13 432 70 112
Binary 11001100 10010111 11100010 1010 100001 0 1011 100011010 111000 1001010

Color Harmonies of #CC97E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC97E2

Black with #CC97E2

Text Example


Text Example

White with #CC97E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC97E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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