Html Css Color HEX #CE8CEB Wisteria

📋 copy color: '#CE8CEB'

red 206 ◦ green 140 ◦ blue 235

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

Shades of Wisteria #CE8CEB

Tints of Wisteria #CE8CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.45%

R = 35.46%
G = 24.1%
B = 40.45%

CMYK

 C value IS 0.12

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE8CEB (or 0xCE8CEB) is known color: Wisteria. HEX triplet: CE, 8C and EB. RGB value is (206,140,235). Sum of RGB (Red+Green+Blue) = 206+140+235=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 140 (55.08% from 255 or 24.10% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE8CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8CEB is #317314. Grayscale: #AAAAAA. Windows color (decimal): -3240725 or 15437006. OLE color: 15437006.

HSL color Cylindrical-coordinate representation of color #CE8CEB: hue angle of 281.68º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE8CEB is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 140 235 -
CMYK 0.12 0.40 0 0.08
HSL 281.68º 0.7% 0.74% -
HSV(B) 281.68º 0.4% 0.92% -
XYZ 49.83 37.88 83.28 -
YUV 170.56 164.37 153.28 -
System Red Green Blue C M Y K H S L
Decimal 206 140 235 0.12 0.40 0 0.08 281.68 0.7 0.74
Hex CE 8C EB C 28 0 8 11A 46 4A
Octal 316 214 353 14 50 0 10 432 106 112
Binary 11001110 10001100 11101011 1100 101000 0 1000 100011010 1000110 1001010

Color Harmonies of #CE8CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8CEB

Black with #CE8CEB

Text Example


Text Example

White with #CE8CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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