Html Css Color HEX #CE97DA Wisteria

📋 copy color: '#CE97DA'

red 206 ◦ green 151 ◦ blue 218

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

Shades of Wisteria #CE97DA

Tints of Wisteria #CE97DA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.26%

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

R = 35.83%
G = 26.26%
B = 37.91%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE97DA (or 0xCE97DA) is known color: Wisteria. HEX triplet: CE, 97 and DA. RGB value is (206,151,218). Sum of RGB (Red+Green+Blue) = 206+151+218=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 151 (59.38% from 255 or 26.26% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE97DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE97DA is #316825. Grayscale: #AEAEAE. Windows color (decimal): -3237926 or 14325710. OLE color: 14325710.

HSL color Cylindrical-coordinate representation of color #CE97DA: hue angle of 289.25º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CE97DA is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 151 218 -
CMYK 0.06 0.31 0 0.15
HSL 289.25º 0.48% 0.72% -
HSV(B) 289.25º 0.31% 0.85% -
XYZ 49.18 40.32 71.52 -
YUV 175.08 152.22 150.05 -
System Red Green Blue C M Y K H S L
Decimal 206 151 218 0.06 0.31 0 0.15 289.25 0.48 0.72
Hex CE 97 DA 6 1F 0 F 121 30 48
Octal 316 227 332 6 37 0 17 441 60 110
Binary 11001110 10010111 11011010 110 11111 0 1111 100100001 110000 1001000

Color Harmonies of #CE97DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE97DA

Black with #CE97DA

Text Example


Text Example

White with #CE97DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE97DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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