Html Css Color HEX #C268FB Heliotrope

📋 copy color: '#C268FB'

red 194 ◦ green 104 ◦ blue 251

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

Shades of Heliotrope #C268FB

Tints of Heliotrope #C268FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.72%

R = 35.34%
G = 18.94%
B = 45.72%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C268FB (or 0xC268FB) is known color: Heliotrope. HEX triplet: C2, 68 and FB. RGB value is (194,104,251). Sum of RGB (Red+Green+Blue) = 194+104+251=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 104 (41.02% from 255 or 18.94% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #C268FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C268FB is #3D9704. Grayscale: #939393. Windows color (decimal): -4036357 or 16476354. OLE color: 16476354.

HSL color Cylindrical-coordinate representation of color #C268FB: hue angle of 276.73º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C268FB is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 104 251 -
CMYK 0.23 0.59 0 0.02
HSL 276.73º 0.95% 0.7% -
HSV(B) 276.73º 0.59% 0.98% -
XYZ 44.61 28.34 94.38 -
YUV 147.67 186.32 161.05 -
System Red Green Blue C M Y K H S L
Decimal 194 104 251 0.23 0.59 0 0.02 276.73 0.95 0.7
Hex C2 68 FB 17 3B 0 2 115 5F 46
Octal 302 150 373 27 73 0 2 425 137 106
Binary 11000010 1101000 11111011 10111 111011 0 10 100010101 1011111 1000110

Color Harmonies of #C268FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C268FB

Black with #C268FB

Text Example


Text Example

White with #C268FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C268FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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