Html Css Color HEX #C261FB Heliotrope

📋 copy color: '#C261FB'

red 194 ◦ green 97 ◦ blue 251

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

Shades of Heliotrope #C261FB

Tints of Heliotrope #C261FB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.9%

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

R = 35.79%
G = 17.9%
B = 46.31%

CMYK

 C value IS 0.23

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C261FB (or 0xC261FB) is known color: Heliotrope. HEX triplet: C2, 61 and FB. RGB value is (194,97,251). Sum of RGB (Red+Green+Blue) = 194+97+251=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 97 (38.28% from 255 or 17.90% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #C261FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C261FB is #3D9E04. Grayscale: #8F8F8F. Windows color (decimal): -4038149 or 16474562. OLE color: 16474562.

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

Color convert

RGB 194 97 251 -
CMYK 0.23 0.61 0 0.02
HSL 277.79º 0.95% 0.68% -
HSV(B) 277.79º 0.61% 0.98% -
XYZ 43.94 26.98 94.16 -
YUV 143.56 188.64 163.98 -
System Red Green Blue C M Y K H S L
Decimal 194 97 251 0.23 0.61 0 0.02 277.79 0.95 0.68
Hex C2 61 FB 17 3D 0 2 116 5F 44
Octal 302 141 373 27 75 0 2 426 137 104
Binary 11000010 1100001 11111011 10111 111101 0 10 100010110 1011111 1000100

Color Harmonies of #C261FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C261FB

Black with #C261FB

Text Example


Text Example

White with #C261FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C261FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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