Html Css Color HEX #CE8CED Wisteria

📋 copy color: '#CE8CED'

red 206 ◦ green 140 ◦ blue 237

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

Shades of Wisteria #CE8CED

Tints of Wisteria #CE8CED

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.01%

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

R = 35.33%
G = 24.01%
B = 40.65%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE8CED (or 0xCE8CED) is known color: Wisteria. HEX triplet: CE, 8C and ED. RGB value is (206,140,237). Sum of RGB (Red+Green+Blue) = 206+140+237=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 140 (55.08% from 255 or 24.01% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE8CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8CED is #317312. Grayscale: #AAAAAA. Windows color (decimal): -3240723 or 15568078. OLE color: 15568078.

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

Color convert

RGB 206 140 237 -
CMYK 0.13 0.41 0 0.07
HSL 280.82º 0.73% 0.74% -
HSV(B) 280.82º 0.41% 0.93% -
XYZ 50.12 37.99 84.81 -
YUV 170.79 165.37 153.11 -
System Red Green Blue C M Y K H S L
Decimal 206 140 237 0.13 0.41 0 0.07 280.82 0.73 0.74
Hex CE 8C ED D 29 0 7 119 49 4A
Octal 316 214 355 15 51 0 7 431 111 112
Binary 11001110 10001100 11101101 1101 101001 0 111 100011001 1001001 1001010

Color Harmonies of #CE8CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8CED

Black with #CE8CED

Text Example


Text Example

White with #CE8CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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