Html Css Color HEX #C061FF Heliotrope

📋 copy color: '#C061FF'

red 192 ◦ green 97 ◦ blue 255

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

Shades of Heliotrope #C061FF

Tints of Heliotrope #C061FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.88%

R = 35.29%
G = 17.83%
B = 46.88%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C061FF (or 0xC061FF) is known color: Heliotrope. HEX triplet: C0, 61 and FF. RGB value is (192,97,255). Sum of RGB (Red+Green+Blue) = 192+97+255=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 97 (38.28% from 255 or 17.83% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #C061FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C061FF is #3F9E00. Grayscale: #8E8E8E. Windows color (decimal): -4169217 or 16736704. OLE color: 16736704.

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

Color convert

RGB 192 97 255 -
CMYK 0.25 0.62 0 0
HSL 276.08º 1% 0.69% -
HSV(B) 276.08º 0.62% 1% -
XYZ 44.06 26.98 97.49 -
YUV 143.42 190.97 162.65 -
System Red Green Blue C M Y K H S L
Decimal 192 97 255 0.25 0.62 0 0 276.08 1 0.69
Hex C0 61 FF 19 3E 0 0 114 64 45
Octal 300 141 377 31 76 0 0 424 144 105
Binary 11000000 1100001 11111111 11001 111110 0 0 100010100 1100100 1000101

Color Harmonies of #C061FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C061FF

Black with #C061FF

Text Example


Text Example

White with #C061FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C061FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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