Html Css Color HEX #CC97DE Wisteria

📋 copy color: '#CC97DE'

red 204 ◦ green 151 ◦ blue 222

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

Shades of Wisteria #CC97DE

Tints of Wisteria #CC97DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.47%

R = 35.36%
G = 26.17%
B = 38.47%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC97DE (or 0xCC97DE) is known color: Wisteria. HEX triplet: CC, 97 and DE. RGB value is (204,151,222). Sum of RGB (Red+Green+Blue) = 204+151+222=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 151 (59.38% from 255 or 26.17% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC97DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC97DE is #336821. Grayscale: #AEAEAE. Windows color (decimal): -3368994 or 14587852. OLE color: 14587852.

HSL color Cylindrical-coordinate representation of color #CC97DE: hue angle of 284.79º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC97DE is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 151 222 -
CMYK 0.08 0.32 0 0.13
HSL 284.79º 0.52% 0.73% -
HSV(B) 284.79º 0.32% 0.87% -
XYZ 49.15 40.24 74.28 -
YUV 174.94 154.56 148.73 -
System Red Green Blue C M Y K H S L
Decimal 204 151 222 0.08 0.32 0 0.13 284.79 0.52 0.73
Hex CC 97 DE 8 20 0 D 11D 34 49
Octal 314 227 336 10 40 0 15 435 64 111
Binary 11001100 10010111 11011110 1000 100000 0 1101 100011101 110100 1001001

Color Harmonies of #CC97DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC97DE

Black with #CC97DE

Text Example


Text Example

White with #CC97DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC97DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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