Html Css Color HEX #C27AFE Heliotrope

📋 copy color: '#C27AFE'

red 194 ◦ green 122 ◦ blue 254

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

Shades of Heliotrope #C27AFE

Tints of Heliotrope #C27AFE

RGB

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

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

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

R = 34.04%
G = 21.4%
B = 44.56%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C27AFE (or 0xC27AFE) is known color: Heliotrope. HEX triplet: C2, 7A and FE. RGB value is (194,122,254). Sum of RGB (Red+Green+Blue) = 194+122+254=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 122 (48.05% from 255 or 21.40% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #C27AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27AFE is #3D8501. Grayscale: #9E9E9E. Windows color (decimal): -4031746 or 16677570. OLE color: 16677570.

HSL color Cylindrical-coordinate representation of color #C27AFE: hue angle of 272.73º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C27AFE is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 194 122 254 -
CMYK 0.24 0.52 0 0.00
HSL 272.73º 0.99% 0.74% -
HSV(B) 272.73º 0.52% 1% -
XYZ 47.1 32.54 97.57 -
YUV 158.58 181.85 153.27 -
System Red Green Blue C M Y K H S L
Decimal 194 122 254 0.24 0.52 0 0.00 272.73 0.99 0.74
Hex C2 7A FE 18 34 0 0 111 63 4A
Octal 302 172 376 30 64 0 0 421 143 112
Binary 11000010 1111010 11111110 11000 110100 0 0 100010001 1100011 1001010

Color Harmonies of #C27AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27AFE

Black with #C27AFE

Text Example


Text Example

White with #C27AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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