Html Css Color HEX #CC98F1 Wisteria

📋 copy color: '#CC98F1'

red 204 ◦ green 152 ◦ blue 241

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

Shades of Wisteria #CC98F1

Tints of Wisteria #CC98F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.37%

R = 34.17%
G = 25.46%
B = 40.37%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC98F1 (or 0xCC98F1) is known color: Wisteria. HEX triplet: CC, 98 and F1. RGB value is (204,152,241). Sum of RGB (Red+Green+Blue) = 204+152+241=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 152 (59.77% from 255 or 25.46% from 597); Blue value is 241 (94.53% from 255 or 40.37% from 597); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC98F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC98F1 is #33670E. Grayscale: #B1B1B1. Windows color (decimal): -3368719 or 15833292. OLE color: 15833292.

HSL color Cylindrical-coordinate representation of color #CC98F1: hue angle of 275.06º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC98F1 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 152 241 -
CMYK 0.15 0.37 0 0.05
HSL 275.06º 0.76% 0.77% -
HSV(B) 275.06º 0.37% 0.95% -
XYZ 52.01 41.64 88.52 -
YUV 177.69 163.73 146.76 -
System Red Green Blue C M Y K H S L
Decimal 204 152 241 0.15 0.37 0 0.05 275.06 0.76 0.77
Hex CC 98 F1 F 25 0 5 113 4C 4D
Octal 314 230 361 17 45 0 5 423 114 115
Binary 11001100 10011000 11110001 1111 100101 0 101 100010011 1001100 1001101

Color Harmonies of #CC98F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC98F1

Black with #CC98F1

Text Example


Text Example

White with #CC98F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC98F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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