Html Css Color HEX #C27AFA Heliotrope

📋 copy color: '#C27AFA'

red 194 ◦ green 122 ◦ blue 250

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

Shades of Heliotrope #C27AFA

Tints of Heliotrope #C27AFA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.55%

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

R = 34.28%
G = 21.55%
B = 44.17%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C27AFA (or 0xC27AFA) is known color: Heliotrope. HEX triplet: C2, 7A and FA. RGB value is (194,122,250). Sum of RGB (Red+Green+Blue) = 194+122+250=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 122 (48.05% from 255 or 21.55% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #C27AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27AFA is #3D8505. Grayscale: #9D9D9D. Windows color (decimal): -4031750 or 16415426. OLE color: 16415426.

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

Color convert

RGB 194 122 250 -
CMYK 0.22 0.51 0 0.02
HSL 273.75º 0.93% 0.73% -
HSV(B) 273.75º 0.51% 0.98% -
XYZ 46.46 32.29 94.23 -
YUV 158.12 179.85 153.59 -
System Red Green Blue C M Y K H S L
Decimal 194 122 250 0.22 0.51 0 0.02 273.75 0.93 0.73
Hex C2 7A FA 16 33 0 2 112 5D 49
Octal 302 172 372 26 63 0 2 422 135 111
Binary 11000010 1111010 11111010 10110 110011 0 10 100010010 1011101 1001001

Color Harmonies of #C27AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27AFA

Black with #C27AFA

Text Example


Text Example

White with #C27AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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