Html Css Color HEX #C27EE1 Wisteria

📋 copy color: '#C27EE1'

red 194 ◦ green 126 ◦ blue 225

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

Shades of Wisteria #C27EE1

Tints of Wisteria #C27EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.28%

R = 35.6%
G = 23.12%
B = 41.28%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C27EE1 (or 0xC27EE1) is known color: Wisteria. HEX triplet: C2, 7E and E1. RGB value is (194,126,225). Sum of RGB (Red+Green+Blue) = 194+126+225=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 126 (49.61% from 255 or 23.12% from 545); Blue value is 225 (88.28% from 255 or 41.28% from 545); Max value from RGB is 225 - color contains mainly: blue. Hex color #C27EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27EE1 is #3D811E. Grayscale: #9D9D9D. Windows color (decimal): -4030751 or 14778050. OLE color: 14778050.

HSL color Cylindrical-coordinate representation of color #C27EE1: hue angle of 281.21º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C27EE1 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 126 225 -
CMYK 0.14 0.44 0 0.12
HSL 281.21º 0.62% 0.69% -
HSV(B) 281.21º 0.44% 0.88% -
XYZ 43.3 31.83 75.1 -
YUV 157.62 166.03 153.95 -
System Red Green Blue C M Y K H S L
Decimal 194 126 225 0.14 0.44 0 0.12 281.21 0.62 0.69
Hex C2 7E E1 E 2C 0 C 119 3E 45
Octal 302 176 341 16 54 0 14 431 76 105
Binary 11000010 1111110 11100001 1110 101100 0 1100 100011001 111110 1000101

Color Harmonies of #C27EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27EE1

Black with #C27EE1

Text Example


Text Example

White with #C27EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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