Html Css Color HEX #C27DFB Heliotrope

📋 copy color: '#C27DFB'

red 194 ◦ green 125 ◦ blue 251

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

Shades of Heliotrope #C27DFB

Tints of Heliotrope #C27DFB

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 value IS 0.23

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C27DFB (or 0xC27DFB) is known color: 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

RGB 194 125 251 -
CMYK 0.23 0.50 0 0.02
HSL 272.86º 0.94% 0.74% -
HSV(B) 272.86º 0.5% 0.98% -
XYZ 46.99 33.1 95.18 -
YUV 160 179.36 152.25 -
System Red Green Blue C M Y K H S L
Decimal 194 125 251 0.23 0.50 0 0.02 272.86 0.94 0.74
Hex C2 7D FB 17 32 0 2 111 5E 4A
Octal 302 175 373 27 62 0 2 421 136 112
Binary 11000010 1111101 11111011 10111 110010 0 10 100010001 1011110 1001010

Color Harmonies of #C27DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27DFB

Black with #C27DFB

Text Example


Text Example

White with #C27DFB

Text Example


Text Example

HTML Codes & Css Web 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>