Html Css Color HEX #C27FFC Heliotrope

📋 copy color: '#C27FFC'

red 194 ◦ green 127 ◦ blue 252

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

Shades of Heliotrope #C27FFC

Tints of Heliotrope #C27FFC

RGB

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

 GREEN value IS 127 (50% from 255) = 22.16%

 BLUE value IS 252 (98.83% from 255) = 43.98%

R = 33.86%
G = 22.16%
B = 43.98%

CMYK

 C value IS 0.23

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C27FFC (or 0xC27FFC) is known color: Heliotrope. HEX triplet: C2, 7F and FC. RGB value is (194,127,252). Sum of RGB (Red+Green+Blue) = 194+127+252=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 127 (50% from 255 or 22.16% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #C27FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27FFC is #3D8003. Grayscale: #A0A0A0. Windows color (decimal): -4030468 or 16547778. OLE color: 16547778.

HSL color Cylindrical-coordinate representation of color #C27FFC: hue angle of 272.16º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C27FFC is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 127 252 -
CMYK 0.23 0.50 0 0.01
HSL 272.16º 0.95% 0.74% -
HSV(B) 272.16º 0.5% 0.99% -
XYZ 47.41 33.68 96.1 -
YUV 161.28 179.2 151.34 -
System Red Green Blue C M Y K H S L
Decimal 194 127 252 0.23 0.50 0 0.01 272.16 0.95 0.74
Hex C2 7F FC 17 32 0 1 110 5F 4A
Octal 302 177 374 27 62 0 1 420 137 112
Binary 11000010 1111111 11111100 10111 110010 0 1 100010000 1011111 1001010

Color Harmonies of #C27FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27FFC

Black with #C27FFC

Text Example


Text Example

White with #C27FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27FFC; }

 p { color: rgb(194,127,252); }

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

background-color css

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

 a { background-color: rgb(194,127,252); }

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

border-color css

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

 span { border-color: rgb(194,127,252); }

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