Html Css Color HEX #CE99E4 Wisteria

📋 copy color: '#CE99E4'

red 206 ◦ green 153 ◦ blue 228

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

Shades of Wisteria #CE99E4

Tints of Wisteria #CE99E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 38.84%

R = 35.09%
G = 26.06%
B = 38.84%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CE99E4 (or 0xCE99E4) is known color: Wisteria. HEX triplet: CE, 99 and E4. RGB value is (206,153,228). Sum of RGB (Red+Green+Blue) = 206+153+228=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 153 (60.16% from 255 or 26.06% from 587); Blue value is 228 (89.45% from 255 or 38.84% from 587); Max value from RGB is 228 - color contains mainly: blue. Hex color #CE99E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE99E4 is #31661B. Grayscale: #B1B1B1. Windows color (decimal): -3237404 or 14981582. OLE color: 14981582.

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

Color convert

RGB 206 153 228 -
CMYK 0.10 0.33 0 0.11
HSL 282.4º 0.58% 0.75% -
HSV(B) 282.4º 0.33% 0.89% -
XYZ 50.85 41.51 78.73 -
YUV 177.4 156.56 148.4 -
System Red Green Blue C M Y K H S L
Decimal 206 153 228 0.10 0.33 0 0.11 282.4 0.58 0.75
Hex CE 99 E4 A 21 0 B 11A 3A 4B
Octal 316 231 344 12 41 0 13 432 72 113
Binary 11001110 10011001 11100100 1010 100001 0 1011 100011010 111010 1001011

Color Harmonies of #CE99E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE99E4

Black with #CE99E4

Text Example


Text Example

White with #CE99E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE99E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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