#C27DFB

Color #C27DFB Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #C27DFB

Tints of Heliotrope #C27DFB

Color information

#C27DFB (or 0xC27DFB) is unknown color: approx Heliotrope. HEX triplet: C2, 7D and FB. RGB value is (194,125,251). Sum of RGB (Red+Green+Blue) = 194+125+251=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 125 (49.22% from 255 or 21.93% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #C27DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27DFB is #3D8204. Grayscale: #9F9F9F. Windows color (decimal): -4030981 or 16481730. OLE color: 16481730.

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

Color convert

RGB194125251-
CMYK0.230.5000.02
HSL272.86º94.03%73.73%-
HSV(B)272.86º50.2%98.43%-
XYZ46.9933.195.18-
YUV160179.36152.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.04%
GREEN value IS 125 (49.22% from 255) = 21.93%
BLUE value IS 251 (98.44% from 255) = 44.04%
R=34.04%
G=21.93%
B=44.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1941252510.230.5000.02272.8694.0373.73
HexC27DFB1732021115e4a
Octal302175373276202421136112
Binary110000101111101111110111011111001001010001000110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27DFB; }

 p { color: rgb(194,125,251); }

 H1.HeaderClassName
 {
   color: #C27DFB;
 }
 .AnyTagClassName
 {
   color: #C27DFB;
 }
</style>
background-color css

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

 a { background-color: rgb(194,125,251); }

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

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

 span { border-color: rgb(194,125,251); }

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