Html Css Color HEX #CC99F2 Wisteria

📋 copy color: '#CC99F2'

red 204 ◦ green 153 ◦ blue 242

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

Shades of Wisteria #CC99F2

Tints of Wisteria #CC99F2

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.54%

 BLUE value IS 242 (94.92% from 255) = 40.4%

R = 34.06%
G = 25.54%
B = 40.4%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC99F2 (or 0xCC99F2) is known color: Wisteria. HEX triplet: CC, 99 and F2. RGB value is (204,153,242). Sum of RGB (Red+Green+Blue) = 204+153+242=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 153 (60.16% from 255 or 25.54% from 599); Blue value is 242 (94.92% from 255 or 40.40% from 599); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC99F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC99F2 is #33660D. Grayscale: #B2B2B2. Windows color (decimal): -3368462 or 15899084. OLE color: 15899084.

HSL color Cylindrical-coordinate representation of color #CC99F2: hue angle of 274.38º degrees, saturation: 0.77, 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 #CC99F2 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 153 242 -
CMYK 0.16 0.37 0 0.05
HSL 274.38º 0.77% 0.77% -
HSV(B) 274.38º 0.37% 0.95% -
XYZ 52.32 42.03 89.36 -
YUV 178.4 163.9 146.26 -
System Red Green Blue C M Y K H S L
Decimal 204 153 242 0.16 0.37 0 0.05 274.38 0.77 0.77
Hex CC 99 F2 10 25 0 5 112 4D 4D
Octal 314 231 362 20 45 0 5 422 115 115
Binary 11001100 10011001 11110010 10000 100101 0 101 100010010 1001101 1001101

Color Harmonies of #CC99F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC99F2

Black with #CC99F2

Text Example


Text Example

White with #CC99F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC99F2; }

 p { color: rgb(204,153,242); }

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

background-color css

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

 a { background-color: rgb(204,153,242); }

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

border-color css

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

 span { border-color: rgb(204,153,242); }

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