Html Css Color HEX #CE98EC Wisteria

📋 copy color: '#CE98EC'

red 206 ◦ green 152 ◦ blue 236

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

Shades of Wisteria #CE98EC

Tints of Wisteria #CE98EC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 25.59%

 BLUE value IS 236 (92.58% from 255) = 39.73%

R = 34.68%
G = 25.59%
B = 39.73%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE98EC (or 0xCE98EC) is known color: Wisteria. HEX triplet: CE, 98 and EC. RGB value is (206,152,236). Sum of RGB (Red+Green+Blue) = 206+152+236=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 152 (59.77% from 255 or 25.59% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE98EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE98EC is #316713. Grayscale: #B1B1B1. Windows color (decimal): -3237652 or 15505614. OLE color: 15505614.

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

Color convert

RGB 206 152 236 -
CMYK 0.13 0.36 0 0.07
HSL 278.57º 0.69% 0.76% -
HSV(B) 278.57º 0.36% 0.93% -
XYZ 51.82 41.63 84.66 -
YUV 177.72 160.89 148.17 -
System Red Green Blue C M Y K H S L
Decimal 206 152 236 0.13 0.36 0 0.07 278.57 0.69 0.76
Hex CE 98 EC D 24 0 7 117 45 4C
Octal 316 230 354 15 44 0 7 427 105 114
Binary 11001110 10011000 11101100 1101 100100 0 111 100010111 1000101 1001100

Color Harmonies of #CE98EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE98EC

Black with #CE98EC

Text Example


Text Example

White with #CE98EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE98EC; }

 p { color: rgb(206,152,236); }

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

background-color css

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

 a { background-color: rgb(206,152,236); }

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

border-color css

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

 span { border-color: rgb(206,152,236); }

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