Html Css Color HEX #CC98EF Wisteria

📋 copy color: '#CC98EF'

red 204 ◦ green 152 ◦ blue 239

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

Shades of Wisteria #CC98EF

Tints of Wisteria #CC98EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.17%

R = 34.29%
G = 25.55%
B = 40.17%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC98EF (or 0xCC98EF) is known color: Wisteria. HEX triplet: CC, 98 and EF. RGB value is (204,152,239). Sum of RGB (Red+Green+Blue) = 204+152+239=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 152 (59.77% from 255 or 25.55% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC98EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC98EF is #336710. Grayscale: #B1B1B1. Windows color (decimal): -3368721 or 15702220. OLE color: 15702220.

HSL color Cylindrical-coordinate representation of color #CC98EF: hue angle of 275.86º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC98EF is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 152 239 -
CMYK 0.15 0.36 0 0.06
HSL 275.86º 0.73% 0.77% -
HSV(B) 275.86º 0.36% 0.94% -
XYZ 51.71 41.53 86.95 -
YUV 177.47 162.73 146.93 -
System Red Green Blue C M Y K H S L
Decimal 204 152 239 0.15 0.36 0 0.06 275.86 0.73 0.77
Hex CC 98 EF F 24 0 6 114 49 4D
Octal 314 230 357 17 44 0 6 424 111 115
Binary 11001100 10011000 11101111 1111 100100 0 110 100010100 1001001 1001101

Color Harmonies of #CC98EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC98EF

Black with #CC98EF

Text Example


Text Example

White with #CC98EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC98EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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