Html Css Color HEX #C268FE Heliotrope

📋 copy color: '#C268FE'

red 194 ◦ green 104 ◦ blue 254

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

Shades of Heliotrope #C268FE

Tints of Heliotrope #C268FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.01%

R = 35.14%
G = 18.84%
B = 46.01%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C268FE (or 0xC268FE) is known color: Heliotrope. HEX triplet: C2, 68 and FE. RGB value is (194,104,254). Sum of RGB (Red+Green+Blue) = 194+104+254=552 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.14% from 552); Green value is 104 (41.02% from 255 or 18.84% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #C268FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C268FE is #3D9701. Grayscale: #939393. Windows color (decimal): -4036354 or 16672962. OLE color: 16672962.

HSL color Cylindrical-coordinate representation of color #C268FE: hue angle of 276º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C268FE is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 194 104 254 -
CMYK 0.24 0.59 0 0.00
HSL 276º 0.99% 0.7% -
HSV(B) 276º 0.59% 1% -
XYZ 45.09 28.53 96.9 -
YUV 148.01 187.82 160.8 -
System Red Green Blue C M Y K H S L
Decimal 194 104 254 0.24 0.59 0 0.00 276 0.99 0.7
Hex C2 68 FE 18 3B 0 0 114 63 46
Octal 302 150 376 30 73 0 0 424 143 106
Binary 11000010 1101000 11111110 11000 111011 0 0 100010100 1100011 1000110

Color Harmonies of #C268FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C268FE

Black with #C268FE

Text Example


Text Example

White with #C268FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C268FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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