Html Css Color HEX #C27EEC Wisteria

📋 copy color: '#C27EEC'

red 194 ◦ green 126 ◦ blue 236

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

Shades of Wisteria #C27EEC

Tints of Wisteria #C27EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.45%

R = 34.89%
G = 22.66%
B = 42.45%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C27EEC (or 0xC27EEC) is known color: Wisteria. HEX triplet: C2, 7E and EC. RGB value is (194,126,236). Sum of RGB (Red+Green+Blue) = 194+126+236=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 126 (49.61% from 255 or 22.66% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #C27EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27EEC is #3D8113. Grayscale: #9E9E9E. Windows color (decimal): -4030740 or 15498946. OLE color: 15498946.

HSL color Cylindrical-coordinate representation of color #C27EEC: hue angle of 277.09º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C27EEC is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 126 236 -
CMYK 0.18 0.47 0 0.07
HSL 277.09º 0.74% 0.71% -
HSV(B) 277.09º 0.47% 0.93% -
XYZ 44.85 32.45 83.26 -
YUV 158.87 171.53 153.06 -
System Red Green Blue C M Y K H S L
Decimal 194 126 236 0.18 0.47 0 0.07 277.09 0.74 0.71
Hex C2 7E EC 12 2F 0 7 115 4A 47
Octal 302 176 354 22 57 0 7 425 112 107
Binary 11000010 1111110 11101100 10010 101111 0 111 100010101 1001010 1000111

Color Harmonies of #C27EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27EEC

Black with #C27EEC

Text Example


Text Example

White with #C27EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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