Html Css Color HEX #CE99DD Wisteria

📋 copy color: '#CE99DD'

red 206 ◦ green 153 ◦ blue 221

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

Shades of Wisteria #CE99DD

Tints of Wisteria #CE99DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.1%

R = 35.52%
G = 26.38%
B = 38.1%

CMYK

 C value IS 0.07

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE99DD (or 0xCE99DD) is known color: Wisteria. HEX triplet: CE, 99 and DD. RGB value is (206,153,221). Sum of RGB (Red+Green+Blue) = 206+153+221=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE99DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE99DD is #316622. Grayscale: #B0B0B0. Windows color (decimal): -3237411 or 14522830. OLE color: 14522830.

HSL color Cylindrical-coordinate representation of color #CE99DD: hue angle of 286.76º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CE99DD is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 153 221 -
CMYK 0.07 0.31 0 0.13
HSL 286.76º 0.5% 0.73% -
HSV(B) 286.76º 0.31% 0.87% -
XYZ 49.9 41.12 73.71 -
YUV 176.6 153.06 148.97 -
System Red Green Blue C M Y K H S L
Decimal 206 153 221 0.07 0.31 0 0.13 286.76 0.5 0.73
Hex CE 99 DD 7 1F 0 D 11F 32 49
Octal 316 231 335 7 37 0 15 437 62 111
Binary 11001110 10011001 11011101 111 11111 0 1101 100011111 110010 1001001

Color Harmonies of #CE99DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE99DD

Black with #CE99DD

Text Example


Text Example

White with #CE99DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE99DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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