Html Css Color HEX #CE99E0 Wisteria

📋 copy color: '#CE99E0'

red 206 ◦ green 153 ◦ blue 224

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

Shades of Wisteria #CE99E0

Tints of Wisteria #CE99E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.42%

R = 35.33%
G = 26.24%
B = 38.42%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE99E0 (or 0xCE99E0) is known color: Wisteria. HEX triplet: CE, 99 and E0. RGB value is (206,153,224). Sum of RGB (Red+Green+Blue) = 206+153+224=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 153 (60.16% from 255 or 26.24% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE99E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE99E0 is #31661F. Grayscale: #B0B0B0. Windows color (decimal): -3237408 or 14719438. OLE color: 14719438.

HSL color Cylindrical-coordinate representation of color #CE99E0: hue angle of 284.79º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CE99E0 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 153 224 -
CMYK 0.08 0.32 0 0.12
HSL 284.79º 0.53% 0.74% -
HSV(B) 284.79º 0.32% 0.88% -
XYZ 50.3 41.29 75.84 -
YUV 176.94 154.56 148.73 -
System Red Green Blue C M Y K H S L
Decimal 206 153 224 0.08 0.32 0 0.12 284.79 0.53 0.74
Hex CE 99 E0 8 20 0 C 11D 35 4A
Octal 316 231 340 10 40 0 14 435 65 112
Binary 11001110 10011001 11100000 1000 100000 0 1100 100011101 110101 1001010

Color Harmonies of #CE99E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE99E0

Black with #CE99E0

Text Example


Text Example

White with #CE99E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE99E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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