Html Css Color HEX #C27EDC Wisteria

📋 copy color: '#C27EDC'

red 194 ◦ green 126 ◦ blue 220

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

Shades of Wisteria #C27EDC

Tints of Wisteria #C27EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.74%

R = 35.93%
G = 23.33%
B = 40.74%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C27EDC (or 0xC27EDC) is known color: Wisteria. HEX triplet: C2, 7E and DC. RGB value is (194,126,220). Sum of RGB (Red+Green+Blue) = 194+126+220=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 126 (49.61% from 255 or 23.33% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #C27EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27EDC is #3D8123. Grayscale: #9C9C9C. Windows color (decimal): -4030756 or 14450370. OLE color: 14450370.

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

Color convert

RGB 194 126 220 -
CMYK 0.12 0.43 0 0.14
HSL 283.4º 0.57% 0.68% -
HSV(B) 283.4º 0.43% 0.86% -
XYZ 42.63 31.56 71.55 -
YUV 157.05 163.53 154.36 -
System Red Green Blue C M Y K H S L
Decimal 194 126 220 0.12 0.43 0 0.14 283.4 0.57 0.68
Hex C2 7E DC C 2B 0 E 11B 39 44
Octal 302 176 334 14 53 0 16 433 71 104
Binary 11000010 1111110 11011100 1100 101011 0 1110 100011011 111001 1000100

Color Harmonies of #C27EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27EDC

Black with #C27EDC

Text Example


Text Example

White with #C27EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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