Html Css Color HEX #CE98DC Wisteria

📋 copy color: '#CE98DC'

red 206 ◦ green 152 ◦ blue 220

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

Shades of Wisteria #CE98DC

Tints of Wisteria #CE98DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.06%

R = 35.64%
G = 26.3%
B = 38.06%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE98DC (or 0xCE98DC) is known color: Wisteria. HEX triplet: CE, 98 and DC. RGB value is (206,152,220). Sum of RGB (Red+Green+Blue) = 206+152+220=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 152 (59.77% from 255 or 26.30% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE98DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE98DC is #316723. Grayscale: #AFAFAF. Windows color (decimal): -3237668 or 14457038. OLE color: 14457038.

HSL color Cylindrical-coordinate representation of color #CE98DC: hue angle of 287.65º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CE98DC is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 152 220 -
CMYK 0.06 0.31 0 0.14
HSL 287.65º 0.49% 0.73% -
HSV(B) 287.65º 0.31% 0.86% -
XYZ 49.6 40.75 72.96 -
YUV 175.9 152.89 149.47 -
System Red Green Blue C M Y K H S L
Decimal 206 152 220 0.06 0.31 0 0.14 287.65 0.49 0.73
Hex CE 98 DC 6 1F 0 E 120 31 49
Octal 316 230 334 6 37 0 16 440 61 111
Binary 11001110 10011000 11011100 110 11111 0 1110 100100000 110001 1001001

Color Harmonies of #CE98DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE98DC

Black with #CE98DC

Text Example


Text Example

White with #CE98DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE98DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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