Html Css Color HEX #C27AF2 Heliotrope

📋 copy color: '#C27AF2'

red 194 ◦ green 122 ◦ blue 242

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

Shades of Heliotrope #C27AF2

Tints of Heliotrope #C27AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.37%

R = 34.77%
G = 21.86%
B = 43.37%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C27AF2 (or 0xC27AF2) is known color: Heliotrope. HEX triplet: C2, 7A and F2. RGB value is (194,122,242). Sum of RGB (Red+Green+Blue) = 194+122+242=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 122 (48.05% from 255 or 21.86% from 558); Blue value is 242 (94.92% from 255 or 43.37% from 558); Max value from RGB is 242 - color contains mainly: blue. Hex color #C27AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27AF2 is #3D850D. Grayscale: #9C9C9C. Windows color (decimal): -4031758 or 15891138. OLE color: 15891138.

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

Color convert

RGB 194 122 242 -
CMYK 0.20 0.50 0 0.05
HSL 276º 0.82% 0.71% -
HSV(B) 276º 0.5% 0.95% -
XYZ 45.23 31.8 87.76 -
YUV 157.21 175.85 154.24 -
System Red Green Blue C M Y K H S L
Decimal 194 122 242 0.20 0.50 0 0.05 276 0.82 0.71
Hex C2 7A F2 14 32 0 5 114 52 47
Octal 302 172 362 24 62 0 5 424 122 107
Binary 11000010 1111010 11110010 10100 110010 0 101 100010100 1010010 1000111

Color Harmonies of #C27AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27AF2

Black with #C27AF2

Text Example


Text Example

White with #C27AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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