Html Css Color HEX #CE99F5 Wisteria

📋 copy color: '#CE99F5'

red 206 ◦ green 153 ◦ blue 245

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

Shades of Wisteria #CE99F5

Tints of Wisteria #CE99F5

RGB

 RED value IS 206 (80.86% from 255) = 34.11%

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

 BLUE value IS 245 (96.09% from 255) = 40.56%

R = 34.11%
G = 25.33%
B = 40.56%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CE99F5 (or 0xCE99F5) is known color: Wisteria. HEX triplet: CE, 99 and F5. RGB value is (206,153,245). Sum of RGB (Red+Green+Blue) = 206+153+245=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 153 (60.16% from 255 or 25.33% from 604); Blue value is 245 (96.09% from 255 or 40.56% from 604); Max value from RGB is 245 - color contains mainly: blue. Hex color #CE99F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE99F5 is #31660A. Grayscale: #B3B3B3. Windows color (decimal): -3237387 or 16095694. OLE color: 16095694.

HSL color Cylindrical-coordinate representation of color #CE99F5: hue angle of 274.57º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE99F5 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 153 245 -
CMYK 0.16 0.38 0 0.04
HSL 274.57º 0.82% 0.78% -
HSV(B) 274.57º 0.38% 0.96% -
XYZ 53.33 42.5 91.78 -
YUV 179.34 165.06 147.02 -
System Red Green Blue C M Y K H S L
Decimal 206 153 245 0.16 0.38 0 0.04 274.57 0.82 0.78
Hex CE 99 F5 10 26 0 4 113 52 4E
Octal 316 231 365 20 46 0 4 423 122 116
Binary 11001110 10011001 11110101 10000 100110 0 100 100010011 1010010 1001110

Color Harmonies of #CE99F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE99F5

Black with #CE99F5

Text Example


Text Example

White with #CE99F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE99F5; }

 p { color: rgb(206,153,245); }

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

background-color css

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

 a { background-color: rgb(206,153,245); }

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

border-color css

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

 span { border-color: rgb(206,153,245); }

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