Html Css Color HEX #C060FA Heliotrope

📋 copy color: '#C060FA'

red 192 ◦ green 96 ◦ blue 250

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

Shades of Heliotrope #C060FA

Tints of Heliotrope #C060FA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.84%

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

R = 35.69%
G = 17.84%
B = 46.47%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C060FA (or 0xC060FA) is known color: Heliotrope. HEX triplet: C0, 60 and FA. RGB value is (192,96,250). Sum of RGB (Red+Green+Blue) = 192+96+250=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 96 (37.89% from 255 or 17.84% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #C060FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C060FA is #3F9F05. Grayscale: #8D8D8D. Windows color (decimal): -4169478 or 16408768. OLE color: 16408768.

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

Color convert

RGB 192 96 250 -
CMYK 0.23 0.62 0 0.02
HSL 277.4º 0.94% 0.68% -
HSV(B) 277.4º 0.62% 0.98% -
XYZ 43.18 26.47 93.28 -
YUV 142.26 188.8 163.48 -
System Red Green Blue C M Y K H S L
Decimal 192 96 250 0.23 0.62 0 0.02 277.4 0.94 0.68
Hex C0 60 FA 17 3E 0 2 115 5E 44
Octal 300 140 372 27 76 0 2 425 136 104
Binary 11000000 1100000 11111010 10111 111110 0 10 100010101 1011110 1000100

Color Harmonies of #C060FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C060FA

Black with #C060FA

Text Example


Text Example

White with #C060FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C060FA; }

 p { color: rgb(192,96,250); }

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

background-color css

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

 a { background-color: rgb(192,96,250); }

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

border-color css

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

 span { border-color: rgb(192,96,250); }

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