Html Css Color HEX #CE95EC Wisteria

📋 copy color: '#CE95EC'

red 206 ◦ green 149 ◦ blue 236

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

Shades of Wisteria #CE95EC

Tints of Wisteria #CE95EC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.21%

 BLUE value IS 236 (92.58% from 255) = 39.93%

R = 34.86%
G = 25.21%
B = 39.93%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE95EC (or 0xCE95EC) is known color: Wisteria. HEX triplet: CE, 95 and EC. RGB value is (206,149,236). Sum of RGB (Red+Green+Blue) = 206+149+236=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 149 (58.59% from 255 or 25.21% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE95EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE95EC is #316A13. Grayscale: #AFAFAF. Windows color (decimal): -3238420 or 15504846. OLE color: 15504846.

HSL color Cylindrical-coordinate representation of color #CE95EC: hue angle of 279.31º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE95EC is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 149 236 -
CMYK 0.13 0.37 0 0.07
HSL 279.31º 0.7% 0.75% -
HSV(B) 279.31º 0.37% 0.93% -
XYZ 51.34 40.67 84.5 -
YUV 175.96 161.88 149.43 -
System Red Green Blue C M Y K H S L
Decimal 206 149 236 0.13 0.37 0 0.07 279.31 0.7 0.75
Hex CE 95 EC D 25 0 7 117 46 4B
Octal 316 225 354 15 45 0 7 427 106 113
Binary 11001110 10010101 11101100 1101 100101 0 111 100010111 1000110 1001011

Color Harmonies of #CE95EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE95EC

Black with #CE95EC

Text Example


Text Example

White with #CE95EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE95EC; }

 p { color: rgb(206,149,236); }

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

background-color css

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

 a { background-color: rgb(206,149,236); }

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

border-color css

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

 span { border-color: rgb(206,149,236); }

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