Html Css Color HEX #CC98D8 Wisteria

📋 copy color: '#CC98D8'

red 204 ◦ green 152 ◦ blue 216

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

Shades of Wisteria #CC98D8

Tints of Wisteria #CC98D8

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.57%

 BLUE value IS 216 (84.77% from 255) = 37.76%

R = 35.66%
G = 26.57%
B = 37.76%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC98D8 (or 0xCC98D8) is known color: Wisteria. HEX triplet: CC, 98 and D8. RGB value is (204,152,216). Sum of RGB (Red+Green+Blue) = 204+152+216=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 152 (59.77% from 255 or 26.57% from 572); Blue value is 216 (84.77% from 255 or 37.76% from 572); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC98D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC98D8 is #336727. Grayscale: #AEAEAE. Windows color (decimal): -3368744 or 14194892. OLE color: 14194892.

HSL color Cylindrical-coordinate representation of color #CC98D8: hue angle of 288.75º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC98D8 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 152 216 -
CMYK 0.06 0.30 0 0.15
HSL 288.75º 0.45% 0.72% -
HSV(B) 288.75º 0.3% 0.85% -
XYZ 48.52 40.25 70.18 -
YUV 174.84 151.23 148.8 -
System Red Green Blue C M Y K H S L
Decimal 204 152 216 0.06 0.30 0 0.15 288.75 0.45 0.72
Hex CC 98 D8 6 1E 0 F 121 2D 48
Octal 314 230 330 6 36 0 17 441 55 110
Binary 11001100 10011000 11011000 110 11110 0 1111 100100001 101101 1001000

Color Harmonies of #CC98D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC98D8

Black with #CC98D8

Text Example


Text Example

White with #CC98D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC98D8; }

 p { color: rgb(204,152,216); }

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

background-color css

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

 a { background-color: rgb(204,152,216); }

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

border-color css

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

 span { border-color: rgb(204,152,216); }

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