Html Css Color HEX #C27DEF Heliotrope

📋 copy color: '#C27DEF'

red 194 ◦ green 125 ◦ blue 239

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

Shades of Heliotrope #C27DEF

Tints of Heliotrope #C27DEF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.4%

 BLUE value IS 239 (93.75% from 255) = 42.83%

R = 34.77%
G = 22.4%
B = 42.83%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C27DEF (or 0xC27DEF) is known color: Heliotrope. HEX triplet: C2, 7D and EF. RGB value is (194,125,239). Sum of RGB (Red+Green+Blue) = 194+125+239=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 125 (49.22% from 255 or 22.40% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #C27DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27DEF is #3D8210. Grayscale: #9E9E9E. Windows color (decimal): -4030993 or 15695298. OLE color: 15695298.

HSL color Cylindrical-coordinate representation of color #C27DEF: hue angle of 276.32º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C27DEF is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 125 239 -
CMYK 0.19 0.48 0 0.06
HSL 276.32º 0.78% 0.71% -
HSV(B) 276.32º 0.48% 0.94% -
XYZ 45.16 32.37 85.53 -
YUV 158.63 173.36 153.23 -
System Red Green Blue C M Y K H S L
Decimal 194 125 239 0.19 0.48 0 0.06 276.32 0.78 0.71
Hex C2 7D EF 13 30 0 6 114 4E 47
Octal 302 175 357 23 60 0 6 424 116 107
Binary 11000010 1111101 11101111 10011 110000 0 110 100010100 1001110 1000111

Color Harmonies of #C27DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27DEF

Black with #C27DEF

Text Example


Text Example

White with #C27DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27DEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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