Html Css Color HEX #CE9FED Wisteria

📋 copy color: '#CE9FED'

red 206 ◦ green 159 ◦ blue 237

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

Shades of Wisteria #CE9FED

Tints of Wisteria #CE9FED

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.41%

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

R = 34.22%
G = 26.41%
B = 39.37%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE9FED (or 0xCE9FED) is known color: Wisteria. HEX triplet: CE, 9F and ED. RGB value is (206,159,237). Sum of RGB (Red+Green+Blue) = 206+159+237=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 159 (62.5% from 255 or 26.41% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE9FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9FED is #316012. Grayscale: #B5B5B5. Windows color (decimal): -3235859 or 15572942. OLE color: 15572942.

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

Color convert

RGB 206 159 237 -
CMYK 0.13 0.33 0 0.07
HSL 276.15º 0.68% 0.78% -
HSV(B) 276.15º 0.33% 0.93% -
XYZ 53.14 44.03 85.82 -
YUV 181.95 159.07 145.16 -
System Red Green Blue C M Y K H S L
Decimal 206 159 237 0.13 0.33 0 0.07 276.15 0.68 0.78
Hex CE 9F ED D 21 0 7 114 44 4E
Octal 316 237 355 15 41 0 7 424 104 116
Binary 11001110 10011111 11101101 1101 100001 0 111 100010100 1000100 1001110

Color Harmonies of #CE9FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9FED

Black with #CE9FED

Text Example


Text Example

White with #CE9FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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