Html Css Color HEX #CE99D6 Wisteria

📋 copy color: '#CE99D6'

red 206 ◦ green 153 ◦ blue 214

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

Shades of Wisteria #CE99D6

Tints of Wisteria #CE99D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.35%

R = 35.95%
G = 26.7%
B = 37.35%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE99D6 (or 0xCE99D6) is known color: Wisteria. HEX triplet: CE, 99 and D6. RGB value is (206,153,214). Sum of RGB (Red+Green+Blue) = 206+153+214=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 153 (60.16% from 255 or 26.70% from 573); Blue value is 214 (83.98% from 255 or 37.35% from 573); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE99D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE99D6 is #316629. Grayscale: #AFAFAF. Windows color (decimal): -3237418 or 14064078. OLE color: 14064078.

HSL color Cylindrical-coordinate representation of color #CE99D6: hue angle of 292.13º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CE99D6 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 153 214 -
CMYK 0.04 0.29 0 0.16
HSL 292.13º 0.43% 0.72% -
HSV(B) 292.13º 0.29% 0.84% -
XYZ 48.98 40.76 68.9 -
YUV 175.8 149.56 149.54 -
System Red Green Blue C M Y K H S L
Decimal 206 153 214 0.04 0.29 0 0.16 292.13 0.43 0.72
Hex CE 99 D6 4 1D 0 10 124 2B 48
Octal 316 231 326 4 35 0 20 444 53 110
Binary 11001110 10011001 11010110 100 11101 0 10000 100100100 101011 1001000

Color Harmonies of #CE99D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE99D6

Black with #CE99D6

Text Example


Text Example

White with #CE99D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE99D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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