Html Css Color HEX #C26EFD Heliotrope

📋 copy color: '#C26EFD'

red 194 ◦ green 110 ◦ blue 253

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

Shades of Heliotrope #C26EFD

Tints of Heliotrope #C26EFD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.75%

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

R = 34.83%
G = 19.75%
B = 45.42%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C26EFD (or 0xC26EFD) is known color: Heliotrope. HEX triplet: C2, 6E and FD. RGB value is (194,110,253). Sum of RGB (Red+Green+Blue) = 194+110+253=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 110 (43.36% from 255 or 19.75% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #C26EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26EFD is #3D9102. Grayscale: #969696. Windows color (decimal): -4034819 or 16608962. OLE color: 16608962.

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

Color convert

RGB 194 110 253 -
CMYK 0.23 0.57 0 0.01
HSL 275.24º 0.97% 0.71% -
HSV(B) 275.24º 0.57% 0.99% -
XYZ 45.55 29.71 96.26 -
YUV 151.42 185.33 158.37 -
System Red Green Blue C M Y K H S L
Decimal 194 110 253 0.23 0.57 0 0.01 275.24 0.97 0.71
Hex C2 6E FD 17 39 0 1 113 61 47
Octal 302 156 375 27 71 0 1 423 141 107
Binary 11000010 1101110 11111101 10111 111001 0 1 100010011 1100001 1000111

Color Harmonies of #C26EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26EFD

Black with #C26EFD

Text Example


Text Example

White with #C26EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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