Html Css Color HEX #CE98DA Wisteria

📋 copy color: '#CE98DA'

red 206 ◦ green 152 ◦ blue 218

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

Shades of Wisteria #CE98DA

Tints of Wisteria #CE98DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.85%

R = 35.76%
G = 26.39%
B = 37.85%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE98DA (or 0xCE98DA) is known color: Wisteria. HEX triplet: CE, 98 and DA. RGB value is (206,152,218). Sum of RGB (Red+Green+Blue) = 206+152+218=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 152 (59.77% from 255 or 26.39% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE98DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE98DA is #316725. Grayscale: #AFAFAF. Windows color (decimal): -3237670 or 14325966. OLE color: 14325966.

HSL color Cylindrical-coordinate representation of color #CE98DA: hue angle of 289.09º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CE98DA is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 152 218 -
CMYK 0.06 0.30 0 0.15
HSL 289.09º 0.47% 0.73% -
HSV(B) 289.09º 0.3% 0.85% -
XYZ 49.34 40.64 71.57 -
YUV 175.67 151.89 149.63 -
System Red Green Blue C M Y K H S L
Decimal 206 152 218 0.06 0.30 0 0.15 289.09 0.47 0.73
Hex CE 98 DA 6 1E 0 F 121 2F 49
Octal 316 230 332 6 36 0 17 441 57 111
Binary 11001110 10011000 11011010 110 11110 0 1111 100100001 101111 1001001

Color Harmonies of #CE98DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE98DA

Black with #CE98DA

Text Example


Text Example

White with #CE98DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE98DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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