Html Css Color HEX #CE8FEB Wisteria

📋 copy color: '#CE8FEB'

red 206 ◦ green 143 ◦ blue 235

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

Shades of Wisteria #CE8FEB

Tints of Wisteria #CE8FEB

RGB

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

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

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

R = 35.27%
G = 24.49%
B = 40.24%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE8FEB (or 0xCE8FEB) is known color: Wisteria. HEX triplet: CE, 8F and EB. RGB value is (206,143,235). Sum of RGB (Red+Green+Blue) = 206+143+235=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 143 (56.25% from 255 or 24.49% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE8FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8FEB is #317014. Grayscale: #ACACAC. Windows color (decimal): -3239957 or 15437774. OLE color: 15437774.

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

Color convert

RGB 206 143 235 -
CMYK 0.12 0.39 0 0.08
HSL 281.09º 0.7% 0.74% -
HSV(B) 281.09º 0.39% 0.92% -
XYZ 50.27 38.76 83.43 -
YUV 172.33 163.37 152.02 -
System Red Green Blue C M Y K H S L
Decimal 206 143 235 0.12 0.39 0 0.08 281.09 0.7 0.74
Hex CE 8F EB C 27 0 8 119 46 4A
Octal 316 217 353 14 47 0 10 431 106 112
Binary 11001110 10001111 11101011 1100 100111 0 1000 100011001 1000110 1001010

Color Harmonies of #CE8FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8FEB

Black with #CE8FEB

Text Example


Text Example

White with #CE8FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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