Html Css Color HEX #CE99E5 Wisteria

📋 copy color: '#CE99E5'

red 206 ◦ green 153 ◦ blue 229

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

Shades of Wisteria #CE99E5

Tints of Wisteria #CE99E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.95%

R = 35.03%
G = 26.02%
B = 38.95%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CE99E5 (or 0xCE99E5) is known color: Wisteria. HEX triplet: CE, 99 and E5. RGB value is (206,153,229). Sum of RGB (Red+Green+Blue) = 206+153+229=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 153 (60.16% from 255 or 26.02% from 588); Blue value is 229 (89.84% from 255 or 38.95% from 588); Max value from RGB is 229 - color contains mainly: blue. Hex color #CE99E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE99E5 is #31661A. Grayscale: #B1B1B1. Windows color (decimal): -3237403 or 15047118. OLE color: 15047118.

HSL color Cylindrical-coordinate representation of color #CE99E5: hue angle of 281.84º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE99E5 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 153 229 -
CMYK 0.10 0.33 0 0.10
HSL 281.84º 0.59% 0.75% -
HSV(B) 281.84º 0.33% 0.9% -
XYZ 50.99 41.56 79.46 -
YUV 177.51 157.06 148.32 -
System Red Green Blue C M Y K H S L
Decimal 206 153 229 0.10 0.33 0 0.10 281.84 0.59 0.75
Hex CE 99 E5 A 21 0 A 11A 3B 4B
Octal 316 231 345 12 41 0 12 432 73 113
Binary 11001110 10011001 11100101 1010 100001 0 1010 100011010 111011 1001011

Color Harmonies of #CE99E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE99E5

Black with #CE99E5

Text Example


Text Example

White with #CE99E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE99E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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