Html Css Color HEX #CE9CE2 Wisteria

📋 copy color: '#CE9CE2'

red 206 ◦ green 156 ◦ blue 226

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

Shades of Wisteria #CE9CE2

Tints of Wisteria #CE9CE2

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.53%

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

R = 35.03%
G = 26.53%
B = 38.44%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CE9CE2 (or 0xCE9CE2) is known color: Wisteria. HEX triplet: CE, 9C and E2. RGB value is (206,156,226). Sum of RGB (Red+Green+Blue) = 206+156+226=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 156 (61.33% from 255 or 26.53% from 588); Blue value is 226 (88.67% from 255 or 38.44% from 588); Max value from RGB is 226 - color contains mainly: blue. Hex color #CE9CE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9CE2 is #31631D. Grayscale: #B2B2B2. Windows color (decimal): -3236638 or 14851278. OLE color: 14851278.

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

Color convert

RGB 206 156 226 -
CMYK 0.09 0.31 0 0.11
HSL 282.86º 0.55% 0.75% -
HSV(B) 282.86º 0.31% 0.89% -
XYZ 51.07 42.39 77.44 -
YUV 178.93 154.57 147.31 -
System Red Green Blue C M Y K H S L
Decimal 206 156 226 0.09 0.31 0 0.11 282.86 0.55 0.75
Hex CE 9C E2 9 1F 0 B 11B 37 4B
Octal 316 234 342 11 37 0 13 433 67 113
Binary 11001110 10011100 11100010 1001 11111 0 1011 100011011 110111 1001011

Color Harmonies of #CE9CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9CE2

Black with #CE9CE2

Text Example


Text Example

White with #CE9CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9CE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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