Html Css Color HEX #CE8CEE Wisteria

📋 copy color: '#CE8CEE'

red 206 ◦ green 140 ◦ blue 238

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

Shades of Wisteria #CE8CEE

Tints of Wisteria #CE8CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.75%

R = 35.27%
G = 23.97%
B = 40.75%

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

#CE8CEE (or 0xCE8CEE) is known color: Wisteria. HEX triplet: CE, 8C and EE. RGB value is (206,140,238). Sum of RGB (Red+Green+Blue) = 206+140+238=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 140 (55.08% from 255 or 23.97% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE8CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8CEE is #317311. Grayscale: #AAAAAA. Windows color (decimal): -3240722 or 15633614. OLE color: 15633614.

HSL color Cylindrical-coordinate representation of color #CE8CEE: hue angle of 280.41º degrees, saturation: 0.74, 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 #CE8CEE is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 140 238 -
CMYK 0.13 0.41 0 0.07
HSL 280.41º 0.74% 0.74% -
HSV(B) 280.41º 0.41% 0.93% -
XYZ 50.26 38.05 85.58 -
YUV 170.91 165.87 153.03 -
System Red Green Blue C M Y K H S L
Decimal 206 140 238 0.13 0.41 0 0.07 280.41 0.74 0.74
Hex CE 8C EE D 29 0 7 118 4A 4A
Octal 316 214 356 15 51 0 7 430 112 112
Binary 11001110 10001100 11101110 1101 101001 0 111 100011000 1001010 1001010

Color Harmonies of #CE8CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8CEE

Black with #CE8CEE

Text Example


Text Example

White with #CE8CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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