Html Css Color HEX #C061FE Heliotrope

📋 copy color: '#C061FE'

red 192 ◦ green 97 ◦ blue 254

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

Shades of Heliotrope #C061FE

Tints of Heliotrope #C061FE

RGB

 RED value IS 192 (75.39% from 255) = 35.36%

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

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

R = 35.36%
G = 17.86%
B = 46.78%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C061FE (or 0xC061FE) is known color: Heliotrope. HEX triplet: C0, 61 and FE. RGB value is (192,97,254). Sum of RGB (Red+Green+Blue) = 192+97+254=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 97 (38.28% from 255 or 17.86% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #C061FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C061FE is #3F9E01. Grayscale: #8E8E8E. Windows color (decimal): -4169218 or 16671168. OLE color: 16671168.

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

Color convert

RGB 192 97 254 -
CMYK 0.24 0.62 0 0.00
HSL 276.31º 0.99% 0.69% -
HSV(B) 276.31º 0.62% 1% -
XYZ 43.9 26.91 96.65 -
YUV 143.3 190.47 162.73 -
System Red Green Blue C M Y K H S L
Decimal 192 97 254 0.24 0.62 0 0.00 276.31 0.99 0.69
Hex C0 61 FE 18 3E 0 0 114 63 45
Octal 300 141 376 30 76 0 0 424 143 105
Binary 11000000 1100001 11111110 11000 111110 0 0 100010100 1100011 1000101

Color Harmonies of #C061FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C061FE

Black with #C061FE

Text Example


Text Example

White with #C061FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C061FE; }

 p { color: rgb(192,97,254); }

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

background-color css

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

 a { background-color: rgb(192,97,254); }

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

border-color css

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

 span { border-color: rgb(192,97,254); }

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