Html Css Color HEX #CE9CED Wisteria

📋 copy color: '#CE9CED'

red 206 ◦ green 156 ◦ blue 237

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

Shades of Wisteria #CE9CED

Tints of Wisteria #CE9CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.57%

R = 34.39%
G = 26.04%
B = 39.57%

CMYK

 C value IS 0.13

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE9CED (or 0xCE9CED) is known color: Wisteria. HEX triplet: CE, 9C and ED. RGB value is (206,156,237). Sum of RGB (Red+Green+Blue) = 206+156+237=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 156 (61.33% from 255 or 26.04% from 599); Blue value is 237 (92.97% from 255 or 39.57% from 599); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE9CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9CED is #316312. Grayscale: #B3B3B3. Windows color (decimal): -3236627 or 15572174. OLE color: 15572174.

HSL color Cylindrical-coordinate representation of color #CE9CED: hue angle of 277.04º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE9CED is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 156 237 -
CMYK 0.13 0.34 0 0.07
HSL 277.04º 0.69% 0.77% -
HSV(B) 277.04º 0.34% 0.93% -
XYZ 52.63 43.01 85.65 -
YUV 180.18 160.07 146.41 -
System Red Green Blue C M Y K H S L
Decimal 206 156 237 0.13 0.34 0 0.07 277.04 0.69 0.77
Hex CE 9C ED D 22 0 7 115 45 4D
Octal 316 234 355 15 42 0 7 425 105 115
Binary 11001110 10011100 11101101 1101 100010 0 111 100010101 1000101 1001101

Color Harmonies of #CE9CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9CED

Black with #CE9CED

Text Example


Text Example

White with #CE9CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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