Html Css Color HEX #CE95E6 Wisteria

📋 copy color: '#CE95E6'

red 206 ◦ green 149 ◦ blue 230

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

Shades of Wisteria #CE95E6

Tints of Wisteria #CE95E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.32%

R = 35.21%
G = 25.47%
B = 39.32%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CE95E6 (or 0xCE95E6) is known color: Wisteria. HEX triplet: CE, 95 and E6. RGB value is (206,149,230). Sum of RGB (Red+Green+Blue) = 206+149+230=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 149 (58.59% from 255 or 25.47% from 585); Blue value is 230 (90.23% from 255 or 39.32% from 585); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE95E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE95E6 is #316A19. Grayscale: #AFAFAF. Windows color (decimal): -3238426 or 15111630. OLE color: 15111630.

HSL color Cylindrical-coordinate representation of color #CE95E6: hue angle of 282.22º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE95E6 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 149 230 -
CMYK 0.10 0.35 0 0.10
HSL 282.22º 0.62% 0.74% -
HSV(B) 282.22º 0.35% 0.9% -
XYZ 50.48 40.33 79.99 -
YUV 175.28 158.88 149.91 -
System Red Green Blue C M Y K H S L
Decimal 206 149 230 0.10 0.35 0 0.10 282.22 0.62 0.74
Hex CE 95 E6 A 23 0 A 11A 3E 4A
Octal 316 225 346 12 43 0 12 432 76 112
Binary 11001110 10010101 11100110 1010 100011 0 1010 100011010 111110 1001010

Color Harmonies of #CE95E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE95E6

Black with #CE95E6

Text Example


Text Example

White with #CE95E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE95E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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