Html Css Color HEX #C27CE6 Wisteria

📋 copy color: '#C27CE6'

red 194 ◦ green 124 ◦ blue 230

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

Shades of Wisteria #C27CE6

Tints of Wisteria #C27CE6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.63%

 BLUE value IS 230 (90.23% from 255) = 41.97%

R = 35.4%
G = 22.63%
B = 41.97%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C27CE6 (or 0xC27CE6) is known color: Wisteria. HEX triplet: C2, 7C and E6. RGB value is (194,124,230). Sum of RGB (Red+Green+Blue) = 194+124+230=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 124 (48.83% from 255 or 22.63% from 548); Blue value is 230 (90.23% from 255 or 41.97% from 548); Max value from RGB is 230 - color contains mainly: blue. Hex color #C27CE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27CE6 is #3D8319. Grayscale: #9C9C9C. Windows color (decimal): -4031258 or 15105218. OLE color: 15105218.

HSL color Cylindrical-coordinate representation of color #C27CE6: hue angle of 279.62º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C27CE6 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 194 124 230 -
CMYK 0.16 0.46 0 0.10
HSL 279.62º 0.68% 0.69% -
HSV(B) 279.62º 0.46% 0.9% -
XYZ 43.74 31.6 78.66 -
YUV 157.01 169.19 154.38 -
System Red Green Blue C M Y K H S L
Decimal 194 124 230 0.16 0.46 0 0.10 279.62 0.68 0.69
Hex C2 7C E6 10 2E 0 A 118 44 45
Octal 302 174 346 20 56 0 12 430 104 105
Binary 11000010 1111100 11100110 10000 101110 0 1010 100011000 1000100 1000101

Color Harmonies of #C27CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27CE6

Black with #C27CE6

Text Example


Text Example

White with #C27CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27CE6; }

 p { color: rgb(194,124,230); }

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

background-color css

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

 a { background-color: rgb(194,124,230); }

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

border-color css

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

 span { border-color: rgb(194,124,230); }

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