Html Css Color HEX #C670FC Heliotrope

📋 copy color: '#C670FC'

red 198 ◦ green 112 ◦ blue 252

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

Shades of Heliotrope #C670FC

Tints of Heliotrope #C670FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.84%

R = 35.23%
G = 19.93%
B = 44.84%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C670FC (or 0xC670FC) is known color: Heliotrope. HEX triplet: C6, 70 and FC. RGB value is (198,112,252). Sum of RGB (Red+Green+Blue) = 198+112+252=562 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.23% from 562); Green value is 112 (44.14% from 255 or 19.93% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #C670FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C670FC is #398F03. Grayscale: #999999. Windows color (decimal): -3772164 or 16543942. OLE color: 16543942.

HSL color Cylindrical-coordinate representation of color #C670FC: hue angle of 276.86º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C670FC is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 112 252 -
CMYK 0.21 0.56 0 0.01
HSL 276.86º 0.96% 0.71% -
HSV(B) 276.86º 0.56% 0.99% -
XYZ 46.65 30.62 95.55 -
YUV 153.67 183.49 159.62 -
System Red Green Blue C M Y K H S L
Decimal 198 112 252 0.21 0.56 0 0.01 276.86 0.96 0.71
Hex C6 70 FC 15 38 0 1 115 60 47
Octal 306 160 374 25 70 0 1 425 140 107
Binary 11000110 1110000 11111100 10101 111000 0 1 100010101 1100000 1000111

Color Harmonies of #C670FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C670FC

Black with #C670FC

Text Example


Text Example

White with #C670FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C670FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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