Html Css Color HEX #CE98F5 Wisteria

📋 copy color: '#CE98F5'

red 206 ◦ green 152 ◦ blue 245

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

Shades of Wisteria #CE98F5

Tints of Wisteria #CE98F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 40.63%

R = 34.16%
G = 25.21%
B = 40.63%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CE98F5 (or 0xCE98F5) is known color: Wisteria. HEX triplet: CE, 98 and F5. RGB value is (206,152,245). Sum of RGB (Red+Green+Blue) = 206+152+245=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 152 (59.77% from 255 or 25.21% from 603); Blue value is 245 (96.09% from 255 or 40.63% from 603); Max value from RGB is 245 - color contains mainly: blue. Hex color #CE98F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE98F5 is #31670A. Grayscale: #B2B2B2. Windows color (decimal): -3237643 or 16095438. OLE color: 16095438.

HSL color Cylindrical-coordinate representation of color #CE98F5: hue angle of 274.84º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE98F5 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 152 245 -
CMYK 0.16 0.38 0 0.04
HSL 274.84º 0.82% 0.78% -
HSV(B) 274.84º 0.38% 0.96% -
XYZ 53.16 42.17 91.72 -
YUV 178.75 165.39 147.44 -
System Red Green Blue C M Y K H S L
Decimal 206 152 245 0.16 0.38 0 0.04 274.84 0.82 0.78
Hex CE 98 F5 10 26 0 4 113 52 4E
Octal 316 230 365 20 46 0 4 423 122 116
Binary 11001110 10011000 11110101 10000 100110 0 100 100010011 1010010 1001110

Color Harmonies of #CE98F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE98F5

Black with #CE98F5

Text Example


Text Example

White with #CE98F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE98F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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