Html Css Color HEX #C27EFA Heliotrope

📋 copy color: '#C27EFA'

red 194 ◦ green 126 ◦ blue 250

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

Shades of Heliotrope #C27EFA

Tints of Heliotrope #C27EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.86%

R = 34.04%
G = 22.11%
B = 43.86%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C27EFA (or 0xC27EFA) is known color: Heliotrope. HEX triplet: C2, 7E and FA. RGB value is (194,126,250). Sum of RGB (Red+Green+Blue) = 194+126+250=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 126 (49.61% from 255 or 22.11% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #C27EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27EFA is #3D8105. Grayscale: #A0A0A0. Windows color (decimal): -4030726 or 16416450. OLE color: 16416450.

HSL color Cylindrical-coordinate representation of color #C27EFA: hue angle of 272.9º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C27EFA is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 126 250 -
CMYK 0.22 0.50 0 0.02
HSL 272.9º 0.93% 0.74% -
HSV(B) 272.9º 0.5% 0.98% -
XYZ 46.96 33.29 94.39 -
YUV 160.47 178.53 151.92 -
System Red Green Blue C M Y K H S L
Decimal 194 126 250 0.22 0.50 0 0.02 272.9 0.93 0.74
Hex C2 7E FA 16 32 0 2 111 5D 4A
Octal 302 176 372 26 62 0 2 421 135 112
Binary 11000010 1111110 11111010 10110 110010 0 10 100010001 1011101 1001010

Color Harmonies of #C27EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27EFA

Black with #C27EFA

Text Example


Text Example

White with #C27EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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