Html Css Color HEX #C262F6 Heliotrope

📋 copy color: '#C262F6'

red 194 ◦ green 98 ◦ blue 246

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

Shades of Heliotrope #C262F6

Tints of Heliotrope #C262F6

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.22%

 BLUE value IS 246 (96.48% from 255) = 45.72%

R = 36.06%
G = 18.22%
B = 45.72%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C262F6 (or 0xC262F6) is known color: Heliotrope. HEX triplet: C2, 62 and F6. RGB value is (194,98,246). Sum of RGB (Red+Green+Blue) = 194+98+246=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 98 (38.67% from 255 or 18.22% from 538); Blue value is 246 (96.48% from 255 or 45.72% from 538); Max value from RGB is 246 - color contains mainly: blue. Hex color #C262F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C262F6 is #3D9D09. Grayscale: #8F8F8F. Windows color (decimal): -4037898 or 16147138. OLE color: 16147138.

HSL color Cylindrical-coordinate representation of color #C262F6: hue angle of 278.92º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C262F6 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 194 98 246 -
CMYK 0.21 0.60 0 0.04
HSL 278.92º 0.89% 0.67% -
HSV(B) 278.92º 0.6% 0.96% -
XYZ 43.25 26.86 90.09 -
YUV 143.58 185.8 163.97 -
System Red Green Blue C M Y K H S L
Decimal 194 98 246 0.21 0.60 0 0.04 278.92 0.89 0.67
Hex C2 62 F6 15 3C 0 4 117 59 43
Octal 302 142 366 25 74 0 4 427 131 103
Binary 11000010 1100010 11110110 10101 111100 0 100 100010111 1011001 1000011

Color Harmonies of #C262F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C262F6

Black with #C262F6

Text Example


Text Example

White with #C262F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C262F6; }

 p { color: rgb(194,98,246); }

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

background-color css

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

 a { background-color: rgb(194,98,246); }

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

border-color css

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

 span { border-color: rgb(194,98,246); }

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