Html Css Color HEX #C27CFF Heliotrope

📋 copy color: '#C27CFF'

red 194 ◦ green 124 ◦ blue 255

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

Shades of Heliotrope #C27CFF

Tints of Heliotrope #C27CFF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.64%

 BLUE value IS 255 (100% from 255) = 44.5%

R = 33.86%
G = 21.64%
B = 44.5%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C27CFF (or 0xC27CFF) is known color: Heliotrope. HEX triplet: C2, 7C and FF. RGB value is (194,124,255). Sum of RGB (Red+Green+Blue) = 194+124+255=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 124 (48.83% from 255 or 21.64% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #C27CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27CFF is #3D8300. Grayscale: #9F9F9F. Windows color (decimal): -4031233 or 16743618. OLE color: 16743618.

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

Color convert

RGB 194 124 255 -
CMYK 0.24 0.51 0 0
HSL 272.06º 1% 0.74% -
HSV(B) 272.06º 0.51% 1% -
XYZ 47.51 33.1 98.49 -
YUV 159.86 181.69 152.35 -
System Red Green Blue C M Y K H S L
Decimal 194 124 255 0.24 0.51 0 0 272.06 1 0.74
Hex C2 7C FF 18 33 0 0 110 64 4A
Octal 302 174 377 30 63 0 0 420 144 112
Binary 11000010 1111100 11111111 11000 110011 0 0 100010000 1100100 1001010

Color Harmonies of #C27CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27CFF

Black with #C27CFF

Text Example


Text Example

White with #C27CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27CFF; }

 p { color: rgb(194,124,255); }

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

background-color css

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

 a { background-color: rgb(194,124,255); }

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

border-color css

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

 span { border-color: rgb(194,124,255); }

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