Html Css Color HEX #CE99EB Wisteria

📋 copy color: '#CE99EB'

red 206 ◦ green 153 ◦ blue 235

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

Shades of Wisteria #CE99EB

Tints of Wisteria #CE99EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.56%

R = 34.68%
G = 25.76%
B = 39.56%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE99EB (or 0xCE99EB) is known color: Wisteria. HEX triplet: CE, 99 and EB. RGB value is (206,153,235). Sum of RGB (Red+Green+Blue) = 206+153+235=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 153 (60.16% from 255 or 25.76% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE99EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE99EB is #316614. Grayscale: #B1B1B1. Windows color (decimal): -3237397 or 15440334. OLE color: 15440334.

HSL color Cylindrical-coordinate representation of color #CE99EB: hue angle of 278.78º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE99EB is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 153 235 -
CMYK 0.12 0.35 0 0.08
HSL 278.78º 0.67% 0.76% -
HSV(B) 278.78º 0.35% 0.92% -
XYZ 51.84 41.9 83.95 -
YUV 178.2 160.06 147.83 -
System Red Green Blue C M Y K H S L
Decimal 206 153 235 0.12 0.35 0 0.08 278.78 0.67 0.76
Hex CE 99 EB C 23 0 8 117 43 4C
Octal 316 231 353 14 43 0 10 427 103 114
Binary 11001110 10011001 11101011 1100 100011 0 1000 100010111 1000011 1001100

Color Harmonies of #CE99EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE99EB

Black with #CE99EB

Text Example


Text Example

White with #CE99EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE99EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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