Html Css Color HEX #C268F6 Heliotrope

📋 copy color: '#C268F6'

red 194 ◦ green 104 ◦ blue 246

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

Shades of Heliotrope #C268F6

Tints of Heliotrope #C268F6

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.12%

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

R = 35.66%
G = 19.12%
B = 45.22%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C268F6 (or 0xC268F6) is known color: Heliotrope. HEX triplet: C2, 68 and F6. RGB value is (194,104,246). Sum of RGB (Red+Green+Blue) = 194+104+246=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 104 (41.02% from 255 or 19.12% from 544); Blue value is 246 (96.48% from 255 or 45.22% from 544); Max value from RGB is 246 - color contains mainly: blue. Hex color #C268F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C268F6 is #3D9709. Grayscale: #929292. Windows color (decimal): -4036362 or 16148674. OLE color: 16148674.

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

Color convert

RGB 194 104 246 -
CMYK 0.21 0.58 0 0.04
HSL 278.03º 0.89% 0.69% -
HSV(B) 278.03º 0.58% 0.96% -
XYZ 43.83 28.02 90.29 -
YUV 147.1 183.82 161.45 -
System Red Green Blue C M Y K H S L
Decimal 194 104 246 0.21 0.58 0 0.04 278.03 0.89 0.69
Hex C2 68 F6 15 3A 0 4 116 59 45
Octal 302 150 366 25 72 0 4 426 131 105
Binary 11000010 1101000 11110110 10101 111010 0 100 100010110 1011001 1000101

Color Harmonies of #C268F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C268F6

Black with #C268F6

Text Example


Text Example

White with #C268F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C268F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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