Html Css Color HEX #C27DED Heliotrope

📋 copy color: '#C27DED'

red 194 ◦ green 125 ◦ blue 237

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

Shades of Heliotrope #C27DED

Tints of Heliotrope #C27DED

RGB

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

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

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

R = 34.89%
G = 22.48%
B = 42.63%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C27DED (or 0xC27DED) is known color: Heliotrope. HEX triplet: C2, 7D and ED. RGB value is (194,125,237). Sum of RGB (Red+Green+Blue) = 194+125+237=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 125 (49.22% from 255 or 22.48% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #C27DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27DED is #3D8212. Grayscale: #9E9E9E. Windows color (decimal): -4030995 or 15564226. OLE color: 15564226.

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

Color convert

RGB 194 125 237 -
CMYK 0.18 0.47 0 0.07
HSL 276.96º 0.76% 0.71% -
HSV(B) 276.96º 0.47% 0.93% -
XYZ 44.87 32.25 83.98 -
YUV 158.4 172.36 153.39 -
System Red Green Blue C M Y K H S L
Decimal 194 125 237 0.18 0.47 0 0.07 276.96 0.76 0.71
Hex C2 7D ED 12 2F 0 7 115 4C 47
Octal 302 175 355 22 57 0 7 425 114 107
Binary 11000010 1111101 11101101 10010 101111 0 111 100010101 1001100 1000111

Color Harmonies of #C27DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27DED

Black with #C27DED

Text Example


Text Example

White with #C27DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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