Html Css Color HEX #C26CFA Heliotrope

📋 copy color: '#C26CFA'

red 194 ◦ green 108 ◦ blue 250

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

Shades of Heliotrope #C26CFA

Tints of Heliotrope #C26CFA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.57%

 BLUE value IS 250 (98.05% from 255) = 45.29%

R = 35.14%
G = 19.57%
B = 45.29%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C26CFA (or 0xC26CFA) is known color: Heliotrope. HEX triplet: C2, 6C and FA. RGB value is (194,108,250). Sum of RGB (Red+Green+Blue) = 194+108+250=552 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.14% from 552); Green value is 108 (42.58% from 255 or 19.57% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #C26CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26CFA is #3D9305. Grayscale: #959595. Windows color (decimal): -4035334 or 16411842. OLE color: 16411842.

HSL color Cylindrical-coordinate representation of color #C26CFA: hue angle of 276.34º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C26CFA is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 108 250 -
CMYK 0.22 0.57 0 0.02
HSL 276.34º 0.93% 0.7% -
HSV(B) 276.34º 0.57% 0.98% -
XYZ 44.87 29.1 93.69 -
YUV 149.9 184.49 159.45 -
System Red Green Blue C M Y K H S L
Decimal 194 108 250 0.22 0.57 0 0.02 276.34 0.93 0.7
Hex C2 6C FA 16 39 0 2 114 5D 46
Octal 302 154 372 26 71 0 2 424 135 106
Binary 11000010 1101100 11111010 10110 111001 0 10 100010100 1011101 1000110

Color Harmonies of #C26CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26CFA

Black with #C26CFA

Text Example


Text Example

White with #C26CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26CFA; }

 p { color: rgb(194,108,250); }

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

background-color css

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

 a { background-color: rgb(194,108,250); }

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

border-color css

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

 span { border-color: rgb(194,108,250); }

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