Html Css Color HEX #C27DEB Heliotrope

📋 copy color: '#C27DEB'

red 194 ◦ green 125 ◦ blue 235

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

Shades of Heliotrope #C27DEB

Tints of Heliotrope #C27DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.42%

R = 35.02%
G = 22.56%
B = 42.42%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C27DEB (or 0xC27DEB) is known color: Heliotrope. HEX triplet: C2, 7D and EB. RGB value is (194,125,235). Sum of RGB (Red+Green+Blue) = 194+125+235=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #C27DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27DEB is #3D8214. Grayscale: #9D9D9D. Windows color (decimal): -4030997 or 15433154. OLE color: 15433154.

HSL color Cylindrical-coordinate representation of color #C27DEB: hue angle of 277.64º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C27DEB is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 125 235 -
CMYK 0.17 0.47 0 0.08
HSL 277.64º 0.73% 0.71% -
HSV(B) 277.64º 0.47% 0.92% -
XYZ 44.58 32.13 82.45 -
YUV 158.17 171.36 153.56 -
System Red Green Blue C M Y K H S L
Decimal 194 125 235 0.17 0.47 0 0.08 277.64 0.73 0.71
Hex C2 7D EB 11 2F 0 8 116 49 47
Octal 302 175 353 21 57 0 10 426 111 107
Binary 11000010 1111101 11101011 10001 101111 0 1000 100010110 1001001 1000111

Color Harmonies of #C27DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27DEB

Black with #C27DEB

Text Example


Text Example

White with #C27DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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