Html Css Color HEX #C27EDB Wisteria

📋 copy color: '#C27EDB'

red 194 ◦ green 126 ◦ blue 219

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

Shades of Wisteria #C27EDB

Tints of Wisteria #C27EDB

RGB

 RED value IS 194 (76.17% from 255) = 35.99%

 GREEN value IS 126 (49.61% from 255) = 23.38%

 BLUE value IS 219 (85.94% from 255) = 40.63%

R = 35.99%
G = 23.38%
B = 40.63%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C27EDB (or 0xC27EDB) is known color: Wisteria. HEX triplet: C2, 7E and DB. RGB value is (194,126,219). Sum of RGB (Red+Green+Blue) = 194+126+219=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 126 (49.61% from 255 or 23.38% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #C27EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27EDB is #3D8124. Grayscale: #9C9C9C. Windows color (decimal): -4030757 or 14384834. OLE color: 14384834.

HSL color Cylindrical-coordinate representation of color #C27EDB: hue angle of 283.87º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C27EDB is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 126 219 -
CMYK 0.11 0.42 0 0.14
HSL 283.87º 0.56% 0.68% -
HSV(B) 283.87º 0.42% 0.86% -
XYZ 42.5 31.51 70.86 -
YUV 156.93 163.03 154.44 -
System Red Green Blue C M Y K H S L
Decimal 194 126 219 0.11 0.42 0 0.14 283.87 0.56 0.68
Hex C2 7E DB B 2A 0 E 11C 38 44
Octal 302 176 333 13 52 0 16 434 70 104
Binary 11000010 1111110 11011011 1011 101010 0 1110 100011100 111000 1000100

Color Harmonies of #C27EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27EDB

Black with #C27EDB

Text Example


Text Example

White with #C27EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27EDB; }

 p { color: rgb(194,126,219); }

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

background-color css

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

 a { background-color: rgb(194,126,219); }

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

border-color css

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

 span { border-color: rgb(194,126,219); }

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