Html Css Color HEX #C268EF Heliotrope

📋 copy color: '#C268EF'

red 194 ◦ green 104 ◦ blue 239

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

Shades of Heliotrope #C268EF

Tints of Heliotrope #C268EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.51%

R = 36.13%
G = 19.37%
B = 44.51%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C268EF (or 0xC268EF) is known color: Heliotrope. HEX triplet: C2, 68 and EF. RGB value is (194,104,239). Sum of RGB (Red+Green+Blue) = 194+104+239=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 104 (41.02% from 255 or 19.37% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 239 - color contains mainly: blue. Hex color #C268EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C268EF is #3D9710. Grayscale: #919191. Windows color (decimal): -4036369 or 15689922. OLE color: 15689922.

HSL color Cylindrical-coordinate representation of color #C268EF: hue angle of 280º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C268EF is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 104 239 -
CMYK 0.19 0.56 0 0.06
HSL 280º 0.81% 0.67% -
HSV(B) 280º 0.56% 0.94% -
XYZ 42.78 27.6 84.73 -
YUV 146.3 180.32 162.02 -
System Red Green Blue C M Y K H S L
Decimal 194 104 239 0.19 0.56 0 0.06 280 0.81 0.67
Hex C2 68 EF 13 38 0 6 118 51 43
Octal 302 150 357 23 70 0 6 430 121 103
Binary 11000010 1101000 11101111 10011 111000 0 110 100011000 1010001 1000011

Color Harmonies of #C268EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C268EF

Black with #C268EF

Text Example


Text Example

White with #C268EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C268EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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