Html Css Color HEX #C670F0 Heliotrope

📋 copy color: '#C670F0'

red 198 ◦ green 112 ◦ blue 240

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

Shades of Heliotrope #C670F0

Tints of Heliotrope #C670F0

RGB

 RED value IS 198 (77.73% from 255) = 36%

 GREEN value IS 112 (44.14% from 255) = 20.36%

 BLUE value IS 240 (94.14% from 255) = 43.64%

R = 36%
G = 20.36%
B = 43.64%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C670F0 (or 0xC670F0) is known color: Heliotrope. HEX triplet: C6, 70 and F0. RGB value is (198,112,240). Sum of RGB (Red+Green+Blue) = 198+112+240=550 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36% from 550); Green value is 112 (44.14% from 255 or 20.36% from 550); Blue value is 240 (94.14% from 255 or 43.64% from 550); Max value from RGB is 240 - color contains mainly: blue. Hex color #C670F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C670F0 is #398F0F. Grayscale: #979797. Windows color (decimal): -3772176 or 15757510. OLE color: 15757510.

HSL color Cylindrical-coordinate representation of color #C670F0: hue angle of 280.31º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C670F0 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 112 240 -
CMYK 0.18 0.53 0 0.06
HSL 280.31º 0.81% 0.69% -
HSV(B) 280.31º 0.53% 0.94% -
XYZ 44.81 29.89 85.84 -
YUV 152.31 177.49 160.59 -
System Red Green Blue C M Y K H S L
Decimal 198 112 240 0.18 0.53 0 0.06 280.31 0.81 0.69
Hex C6 70 F0 12 35 0 6 118 51 45
Octal 306 160 360 22 65 0 6 430 121 105
Binary 11000110 1110000 11110000 10010 110101 0 110 100011000 1010001 1000101

Color Harmonies of #C670F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C670F0

Black with #C670F0

Text Example


Text Example

White with #C670F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C670F0; }

 p { color: rgb(198,112,240); }

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

background-color css

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

 a { background-color: rgb(198,112,240); }

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

border-color css

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

 span { border-color: rgb(198,112,240); }

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