Html Css Color HEX #C27EEA Wisteria

📋 copy color: '#C27EEA'

red 194 ◦ green 126 ◦ blue 234

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

Shades of Wisteria #C27EEA

Tints of Wisteria #C27EEA

RGB

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

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

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

R = 35.02%
G = 22.74%
B = 42.24%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C27EEA (or 0xC27EEA) is known color: Wisteria. HEX triplet: C2, 7E and EA. RGB value is (194,126,234). Sum of RGB (Red+Green+Blue) = 194+126+234=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 126 (49.61% from 255 or 22.74% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #C27EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27EEA is #3D8115. Grayscale: #9E9E9E. Windows color (decimal): -4030742 or 15367874. OLE color: 15367874.

HSL color Cylindrical-coordinate representation of color #C27EEA: hue angle of 277.78º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C27EEA is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 126 234 -
CMYK 0.17 0.46 0 0.08
HSL 277.78º 0.72% 0.71% -
HSV(B) 277.78º 0.46% 0.92% -
XYZ 44.56 32.33 81.73 -
YUV 158.64 170.53 153.22 -
System Red Green Blue C M Y K H S L
Decimal 194 126 234 0.17 0.46 0 0.08 277.78 0.72 0.71
Hex C2 7E EA 11 2E 0 8 116 48 47
Octal 302 176 352 21 56 0 10 426 110 107
Binary 11000010 1111110 11101010 10001 101110 0 1000 100010110 1001000 1000111

Color Harmonies of #C27EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27EEA

Black with #C27EEA

Text Example


Text Example

White with #C27EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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