Html Css Color HEX #CE96DA Wisteria

📋 copy color: '#CE96DA'

red 206 ◦ green 150 ◦ blue 218

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

Shades of Wisteria #CE96DA

Tints of Wisteria #CE96DA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.13%

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

R = 35.89%
G = 26.13%
B = 37.98%

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

#CE96DA (or 0xCE96DA) is known color: Wisteria. HEX triplet: CE, 96 and DA. RGB value is (206,150,218). Sum of RGB (Red+Green+Blue) = 206+150+218=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE96DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE96DA is #316925. Grayscale: #AEAEAE. Windows color (decimal): -3238182 or 14325454. OLE color: 14325454.

HSL color Cylindrical-coordinate representation of color #CE96DA: hue angle of 289.41º 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 #CE96DA is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 150 218 -
CMYK 0.06 0.31 0 0.15
HSL 289.41º 0.48% 0.72% -
HSV(B) 289.41º 0.31% 0.85% -
XYZ 49.01 40 71.47 -
YUV 174.5 152.55 150.47 -
System Red Green Blue C M Y K H S L
Decimal 206 150 218 0.06 0.31 0 0.15 289.41 0.48 0.72
Hex CE 96 DA 6 1F 0 F 121 30 48
Octal 316 226 332 6 37 0 17 441 60 110
Binary 11001110 10010110 11011010 110 11111 0 1111 100100001 110000 1001000

Color Harmonies of #CE96DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE96DA

Black with #CE96DA

Text Example


Text Example

White with #CE96DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE96DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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