Html Css Color HEX #CE94EA Wisteria

📋 copy color: '#CE94EA'

red 206 ◦ green 148 ◦ blue 234

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

Shades of Wisteria #CE94EA

Tints of Wisteria #CE94EA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.17%

 BLUE value IS 234 (91.8% from 255) = 39.8%

R = 35.03%
G = 25.17%
B = 39.8%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE94EA (or 0xCE94EA) is known color: Wisteria. HEX triplet: CE, 94 and EA. RGB value is (206,148,234). Sum of RGB (Red+Green+Blue) = 206+148+234=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 148 (58.20% from 255 or 25.17% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE94EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE94EA is #316B15. Grayscale: #AEAEAE. Windows color (decimal): -3238678 or 15373518. OLE color: 15373518.

HSL color Cylindrical-coordinate representation of color #CE94EA: hue angle of 280.47º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE94EA is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 148 234 -
CMYK 0.12 0.37 0 0.08
HSL 280.47º 0.67% 0.75% -
HSV(B) 280.47º 0.37% 0.92% -
XYZ 50.89 40.24 82.93 -
YUV 175.15 161.22 150.01 -
System Red Green Blue C M Y K H S L
Decimal 206 148 234 0.12 0.37 0 0.08 280.47 0.67 0.75
Hex CE 94 EA C 25 0 8 118 43 4B
Octal 316 224 352 14 45 0 10 430 103 113
Binary 11001110 10010100 11101010 1100 100101 0 1000 100011000 1000011 1001011

Color Harmonies of #CE94EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE94EA

Black with #CE94EA

Text Example


Text Example

White with #CE94EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE94EA; }

 p { color: rgb(206,148,234); }

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

background-color css

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

 a { background-color: rgb(206,148,234); }

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

border-color css

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

 span { border-color: rgb(206,148,234); }

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