Html Css Color HEX #C27AED Heliotrope

📋 copy color: '#C27AED'

red 194 ◦ green 122 ◦ blue 237

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

Shades of Heliotrope #C27AED

Tints of Heliotrope #C27AED

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.06%

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

R = 35.08%
G = 22.06%
B = 42.86%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C27AED (or 0xC27AED) is known color: Heliotrope. HEX triplet: C2, 7A and ED. RGB value is (194,122,237). Sum of RGB (Red+Green+Blue) = 194+122+237=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 122 (48.05% from 255 or 22.06% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #C27AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27AED is #3D8512. Grayscale: #9C9C9C. Windows color (decimal): -4031763 or 15563458. OLE color: 15563458.

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

Color convert

RGB 194 122 237 -
CMYK 0.18 0.49 0 0.07
HSL 277.57º 0.76% 0.7% -
HSV(B) 277.57º 0.49% 0.93% -
XYZ 44.49 31.5 83.86 -
YUV 156.64 173.35 154.65 -
System Red Green Blue C M Y K H S L
Decimal 194 122 237 0.18 0.49 0 0.07 277.57 0.76 0.7
Hex C2 7A ED 12 31 0 7 116 4C 46
Octal 302 172 355 22 61 0 7 426 114 106
Binary 11000010 1111010 11101101 10010 110001 0 111 100010110 1001100 1000110

Color Harmonies of #C27AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27AED

Black with #C27AED

Text Example


Text Example

White with #C27AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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