Html Css Color HEX #C27EEB Wisteria

📋 copy color: '#C27EEB'

red 194 ◦ green 126 ◦ blue 235

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

Shades of Wisteria #C27EEB

Tints of Wisteria #C27EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.34%

R = 34.95%
G = 22.7%
B = 42.34%

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

#C27EEB (or 0xC27EEB) is known color: Wisteria. HEX triplet: C2, 7E and EB. RGB value is (194,126,235). Sum of RGB (Red+Green+Blue) = 194+126+235=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 126 (49.61% from 255 or 22.70% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #C27EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27EEB is #3D8114. Grayscale: #9E9E9E. Windows color (decimal): -4030741 or 15433410. OLE color: 15433410.

HSL color Cylindrical-coordinate representation of color #C27EEB: hue angle of 277.43º degrees, saturation: 0.73, 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 #C27EEB is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 126 235 -
CMYK 0.17 0.46 0 0.08
HSL 277.43º 0.73% 0.71% -
HSV(B) 277.43º 0.46% 0.92% -
XYZ 44.7 32.39 82.49 -
YUV 158.76 171.03 153.14 -
System Red Green Blue C M Y K H S L
Decimal 194 126 235 0.17 0.46 0 0.08 277.43 0.73 0.71
Hex C2 7E EB 11 2E 0 8 115 49 47
Octal 302 176 353 21 56 0 10 425 111 107
Binary 11000010 1111110 11101011 10001 101110 0 1000 100010101 1001001 1000111

Color Harmonies of #C27EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27EEB

Black with #C27EEB

Text Example


Text Example

White with #C27EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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