Html Css Color HEX #C27CE0 Wisteria

📋 copy color: '#C27CE0'

red 194 ◦ green 124 ◦ blue 224

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

Shades of Wisteria #C27CE0

Tints of Wisteria #C27CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.33%

R = 35.79%
G = 22.88%
B = 41.33%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C27CE0 (or 0xC27CE0) is known color: Wisteria. HEX triplet: C2, 7C and E0. RGB value is (194,124,224). Sum of RGB (Red+Green+Blue) = 194+124+224=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 224 (87.89% from 255 or 41.33% from 542); Max value from RGB is 224 - color contains mainly: blue. Hex color #C27CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27CE0 is #3D831F. Grayscale: #9C9C9C. Windows color (decimal): -4031264 or 14712002. OLE color: 14712002.

HSL color Cylindrical-coordinate representation of color #C27CE0: hue angle of 282º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C27CE0 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 124 224 -
CMYK 0.13 0.45 0 0.12
HSL 282º 0.62% 0.68% -
HSV(B) 282º 0.45% 0.88% -
XYZ 42.91 31.27 74.29 -
YUV 156.33 166.19 154.87 -
System Red Green Blue C M Y K H S L
Decimal 194 124 224 0.13 0.45 0 0.12 282 0.62 0.68
Hex C2 7C E0 D 2D 0 C 11A 3E 44
Octal 302 174 340 15 55 0 14 432 76 104
Binary 11000010 1111100 11100000 1101 101101 0 1100 100011010 111110 1000100

Color Harmonies of #C27CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27CE0

Black with #C27CE0

Text Example


Text Example

White with #C27CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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