Html Css Color HEX #C27EFE Heliotrope

📋 copy color: '#C27EFE'

red 194 ◦ green 126 ◦ blue 254

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

Shades of Heliotrope #C27EFE

Tints of Heliotrope #C27EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.25%

R = 33.8%
G = 21.95%
B = 44.25%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C27EFE (or 0xC27EFE) is known color: Heliotrope. HEX triplet: C2, 7E and FE. RGB value is (194,126,254). Sum of RGB (Red+Green+Blue) = 194+126+254=574 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.80% from 574); Green value is 126 (49.61% from 255 or 21.95% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #C27EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27EFE is #3D8101. Grayscale: #A0A0A0. Windows color (decimal): -4030722 or 16678594. OLE color: 16678594.

HSL color Cylindrical-coordinate representation of color #C27EFE: hue angle of 271.88º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C27EFE is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 194 126 254 -
CMYK 0.24 0.50 0 0.00
HSL 271.88º 0.98% 0.75% -
HSV(B) 271.88º 0.5% 1% -
XYZ 47.6 33.55 97.73 -
YUV 160.92 180.53 151.59 -
System Red Green Blue C M Y K H S L
Decimal 194 126 254 0.24 0.50 0 0.00 271.88 0.98 0.75
Hex C2 7E FE 18 32 0 0 110 62 4B
Octal 302 176 376 30 62 0 0 420 142 113
Binary 11000010 1111110 11111110 11000 110010 0 0 100010000 1100010 1001011

Color Harmonies of #C27EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27EFE

Black with #C27EFE

Text Example


Text Example

White with #C27EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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