Html Css Color HEX #CE95ED Wisteria

📋 copy color: '#CE95ED'

red 206 ◦ green 149 ◦ blue 237

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

Shades of Wisteria #CE95ED

Tints of Wisteria #CE95ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.03%

R = 34.8%
G = 25.17%
B = 40.03%

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

#CE95ED (or 0xCE95ED) is known color: Wisteria. HEX triplet: CE, 95 and ED. RGB value is (206,149,237). Sum of RGB (Red+Green+Blue) = 206+149+237=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 149 (58.59% from 255 or 25.17% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE95ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE95ED is #316A12. Grayscale: #AFAFAF. Windows color (decimal): -3238419 or 15570382. OLE color: 15570382.

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

Color convert

RGB 206 149 237 -
CMYK 0.13 0.37 0 0.07
HSL 278.86º 0.71% 0.76% -
HSV(B) 278.86º 0.37% 0.93% -
XYZ 51.49 40.73 85.27 -
YUV 176.08 162.38 149.34 -
System Red Green Blue C M Y K H S L
Decimal 206 149 237 0.13 0.37 0 0.07 278.86 0.71 0.76
Hex CE 95 ED D 25 0 7 117 47 4C
Octal 316 225 355 15 45 0 7 427 107 114
Binary 11001110 10010101 11101101 1101 100101 0 111 100010111 1000111 1001100

Color Harmonies of #CE95ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE95ED

Black with #CE95ED

Text Example


Text Example

White with #CE95ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE95ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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