Html Css Color HEX #C27CED Heliotrope

📋 copy color: '#C27CED'

red 194 ◦ green 124 ◦ blue 237

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

Shades of Heliotrope #C27CED

Tints of Heliotrope #C27CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.7%

R = 34.95%
G = 22.34%
B = 42.7%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C27CED (or 0xC27CED) is known color: Heliotrope. HEX triplet: C2, 7C and ED. RGB value is (194,124,237). Sum of RGB (Red+Green+Blue) = 194+124+237=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 124 (48.83% from 255 or 22.34% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #C27CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27CED is #3D8312. Grayscale: #9D9D9D. Windows color (decimal): -4031251 or 15563970. OLE color: 15563970.

HSL color Cylindrical-coordinate representation of color #C27CED: hue angle of 277.17º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C27CED is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 124 237 -
CMYK 0.18 0.48 0 0.07
HSL 277.17º 0.76% 0.71% -
HSV(B) 277.17º 0.48% 0.93% -
XYZ 44.74 32 83.94 -
YUV 157.81 172.69 153.81 -
System Red Green Blue C M Y K H S L
Decimal 194 124 237 0.18 0.48 0 0.07 277.17 0.76 0.71
Hex C2 7C ED 12 30 0 7 115 4C 47
Octal 302 174 355 22 60 0 7 425 114 107
Binary 11000010 1111100 11101101 10010 110000 0 111 100010101 1001100 1000111

Color Harmonies of #C27CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27CED

Black with #C27CED

Text Example


Text Example

White with #C27CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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