Html Css Color HEX #C670FE Heliotrope

📋 copy color: '#C670FE'

red 198 ◦ green 112 ◦ blue 254

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

Shades of Heliotrope #C670FE

Tints of Heliotrope #C670FE

RGB

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

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

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

R = 35.11%
G = 19.86%
B = 45.04%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C670FE (or 0xC670FE) is known color: Heliotrope. HEX triplet: C6, 70 and FE. RGB value is (198,112,254). Sum of RGB (Red+Green+Blue) = 198+112+254=564 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.11% from 564); Green value is 112 (44.14% from 255 or 19.86% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #C670FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C670FE is #398F01. Grayscale: #999999. Windows color (decimal): -3772162 or 16675014. OLE color: 16675014.

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

Color convert

RGB 198 112 254 -
CMYK 0.22 0.56 0 0.00
HSL 276.34º 0.99% 0.72% -
HSV(B) 276.34º 0.56% 1% -
XYZ 46.97 30.75 97.23 -
YUV 153.9 184.49 159.45 -
System Red Green Blue C M Y K H S L
Decimal 198 112 254 0.22 0.56 0 0.00 276.34 0.99 0.72
Hex C6 70 FE 16 38 0 0 114 63 48
Octal 306 160 376 26 70 0 0 424 143 110
Binary 11000110 1110000 11111110 10110 111000 0 0 100010100 1100011 1001000

Color Harmonies of #C670FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C670FE

Black with #C670FE

Text Example


Text Example

White with #C670FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C670FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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