Html Css Color HEX #C268FA Heliotrope

📋 copy color: '#C268FA'

red 194 ◦ green 104 ◦ blue 250

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

Shades of Heliotrope #C268FA

Tints of Heliotrope #C268FA

RGB

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

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

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

R = 35.4%
G = 18.98%
B = 45.62%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C268FA (or 0xC268FA) is known color: Heliotrope. HEX triplet: C2, 68 and FA. RGB value is (194,104,250). Sum of RGB (Red+Green+Blue) = 194+104+250=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 104 (41.02% from 255 or 18.98% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #C268FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C268FA is #3D9705. Grayscale: #939393. Windows color (decimal): -4036358 or 16410818. OLE color: 16410818.

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

Color convert

RGB 194 104 250 -
CMYK 0.22 0.58 0 0.02
HSL 276.99º 0.94% 0.69% -
HSV(B) 276.99º 0.58% 0.98% -
XYZ 44.45 28.27 93.56 -
YUV 147.55 185.82 161.13 -
System Red Green Blue C M Y K H S L
Decimal 194 104 250 0.22 0.58 0 0.02 276.99 0.94 0.69
Hex C2 68 FA 16 3A 0 2 115 5E 45
Octal 302 150 372 26 72 0 2 425 136 105
Binary 11000010 1101000 11111010 10110 111010 0 10 100010101 1011110 1000101

Color Harmonies of #C268FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C268FA

Black with #C268FA

Text Example


Text Example

White with #C268FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C268FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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