Html Css Color HEX #C27EFD Heliotrope

📋 copy color: '#C27EFD'

red 194 ◦ green 126 ◦ blue 253

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

Shades of Heliotrope #C27EFD

Tints of Heliotrope #C27EFD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.99%

 BLUE value IS 253 (99.22% from 255) = 44.15%

R = 33.86%
G = 21.99%
B = 44.15%

CMYK

 C value IS 0.23

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C27EFD (or 0xC27EFD) is known color: Heliotrope. HEX triplet: C2, 7E and FD. RGB value is (194,126,253). Sum of RGB (Red+Green+Blue) = 194+126+253=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 126 (49.61% from 255 or 21.99% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #C27EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27EFD is #3D8102. Grayscale: #A0A0A0. Windows color (decimal): -4030723 or 16613058. OLE color: 16613058.

HSL color Cylindrical-coordinate representation of color #C27EFD: hue angle of 272.13º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C27EFD is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 126 253 -
CMYK 0.23 0.50 0 0.01
HSL 272.13º 0.97% 0.74% -
HSV(B) 272.13º 0.5% 0.99% -
XYZ 47.44 33.48 96.89 -
YUV 160.81 180.03 151.67 -
System Red Green Blue C M Y K H S L
Decimal 194 126 253 0.23 0.50 0 0.01 272.13 0.97 0.74
Hex C2 7E FD 17 32 0 1 110 61 4A
Octal 302 176 375 27 62 0 1 420 141 112
Binary 11000010 1111110 11111101 10111 110010 0 1 100010000 1100001 1001010

Color Harmonies of #C27EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27EFD

Black with #C27EFD

Text Example


Text Example

White with #C27EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27EFD; }

 p { color: rgb(194,126,253); }

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

background-color css

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

 a { background-color: rgb(194,126,253); }

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

border-color css

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

 span { border-color: rgb(194,126,253); }

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