Html Css Color HEX #C27AF1 Heliotrope

📋 copy color: '#C27AF1'

red 194 ◦ green 122 ◦ blue 241

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

Shades of Heliotrope #C27AF1

Tints of Heliotrope #C27AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.27%

R = 34.83%
G = 21.9%
B = 43.27%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C27AF1 (or 0xC27AF1) is known color: Heliotrope. HEX triplet: C2, 7A and F1. RGB value is (194,122,241). Sum of RGB (Red+Green+Blue) = 194+122+241=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 122 (48.05% from 255 or 21.90% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #C27AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27AF1 is #3D850E. Grayscale: #9C9C9C. Windows color (decimal): -4031759 or 15825602. OLE color: 15825602.

HSL color Cylindrical-coordinate representation of color #C27AF1: hue angle of 276.3º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C27AF1 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 122 241 -
CMYK 0.20 0.49 0 0.05
HSL 276.3º 0.81% 0.71% -
HSV(B) 276.3º 0.49% 0.95% -
XYZ 45.08 31.74 86.97 -
YUV 157.09 175.35 154.32 -
System Red Green Blue C M Y K H S L
Decimal 194 122 241 0.20 0.49 0 0.05 276.3 0.81 0.71
Hex C2 7A F1 14 31 0 5 114 51 47
Octal 302 172 361 24 61 0 5 424 121 107
Binary 11000010 1111010 11110001 10100 110001 0 101 100010100 1010001 1000111

Color Harmonies of #C27AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27AF1

Black with #C27AF1

Text Example


Text Example

White with #C27AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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