Html Css Color HEX #CE8FED Wisteria

📋 copy color: '#CE8FED'

red 206 ◦ green 143 ◦ blue 237

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

Shades of Wisteria #CE8FED

Tints of Wisteria #CE8FED

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.4%

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

R = 35.15%
G = 24.4%
B = 40.44%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE8FED (or 0xCE8FED) is known color: Wisteria. HEX triplet: CE, 8F and ED. RGB value is (206,143,237). Sum of RGB (Red+Green+Blue) = 206+143+237=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 143 (56.25% from 255 or 24.40% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE8FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8FED is #317012. Grayscale: #ACACAC. Windows color (decimal): -3239955 or 15568846. OLE color: 15568846.

HSL color Cylindrical-coordinate representation of color #CE8FED: hue angle of 280.21º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE8FED is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 143 237 -
CMYK 0.13 0.40 0 0.07
HSL 280.21º 0.72% 0.75% -
HSV(B) 280.21º 0.4% 0.93% -
XYZ 50.56 38.88 84.96 -
YUV 172.55 164.37 151.86 -
System Red Green Blue C M Y K H S L
Decimal 206 143 237 0.13 0.40 0 0.07 280.21 0.72 0.75
Hex CE 8F ED D 28 0 7 118 48 4B
Octal 316 217 355 15 50 0 7 430 110 113
Binary 11001110 10001111 11101101 1101 101000 0 111 100011000 1001000 1001011

Color Harmonies of #CE8FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8FED

Black with #CE8FED

Text Example


Text Example

White with #CE8FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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