Html Css Color HEX #CC97E0 Wisteria

📋 copy color: '#CC97E0'

red 204 ◦ green 151 ◦ blue 224

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

Shades of Wisteria #CC97E0

Tints of Wisteria #CC97E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.69%

R = 35.23%
G = 26.08%
B = 38.69%

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

#CC97E0 (or 0xCC97E0) is known color: Wisteria. HEX triplet: CC, 97 and E0. RGB value is (204,151,224). Sum of RGB (Red+Green+Blue) = 204+151+224=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 151 (59.38% from 255 or 26.08% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC97E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC97E0 is #33681F. Grayscale: #AEAEAE. Windows color (decimal): -3368992 or 14718924. OLE color: 14718924.

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

Color convert

RGB 204 151 224 -
CMYK 0.09 0.33 0 0.12
HSL 283.56º 0.54% 0.74% -
HSV(B) 283.56º 0.33% 0.88% -
XYZ 49.42 40.35 75.7 -
YUV 175.17 155.56 148.56 -
System Red Green Blue C M Y K H S L
Decimal 204 151 224 0.09 0.33 0 0.12 283.56 0.54 0.74
Hex CC 97 E0 9 21 0 C 11C 36 4A
Octal 314 227 340 11 41 0 14 434 66 112
Binary 11001100 10010111 11100000 1001 100001 0 1100 100011100 110110 1001010

Color Harmonies of #CC97E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC97E0

Black with #CC97E0

Text Example


Text Example

White with #CC97E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC97E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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