Html Css Color HEX #CE99E2 Wisteria

📋 copy color: '#CE99E2'

red 206 ◦ green 153 ◦ blue 226

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

Shades of Wisteria #CE99E2

Tints of Wisteria #CE99E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 38.63%

R = 35.21%
G = 26.15%
B = 38.63%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CE99E2 (or 0xCE99E2) is known color: Wisteria. HEX triplet: CE, 99 and E2. RGB value is (206,153,226). Sum of RGB (Red+Green+Blue) = 206+153+226=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 153 (60.16% from 255 or 26.15% from 585); Blue value is 226 (88.67% from 255 or 38.63% from 585); Max value from RGB is 226 - color contains mainly: blue. Hex color #CE99E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE99E2 is #31661D. Grayscale: #B0B0B0. Windows color (decimal): -3237406 or 14850510. OLE color: 14850510.

HSL color Cylindrical-coordinate representation of color #CE99E2: hue angle of 283.56º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CE99E2 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 153 226 -
CMYK 0.09 0.32 0 0.11
HSL 283.56º 0.56% 0.74% -
HSV(B) 283.56º 0.32% 0.89% -
XYZ 50.57 41.4 77.28 -
YUV 177.17 155.56 148.56 -
System Red Green Blue C M Y K H S L
Decimal 206 153 226 0.09 0.32 0 0.11 283.56 0.56 0.74
Hex CE 99 E2 9 20 0 B 11C 38 4A
Octal 316 231 342 11 40 0 13 434 70 112
Binary 11001110 10011001 11100010 1001 100000 0 1011 100011100 111000 1001010

Color Harmonies of #CE99E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE99E2

Black with #CE99E2

Text Example


Text Example

White with #CE99E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE99E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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