Html Css Color HEX #C670F2 Heliotrope

📋 copy color: '#C670F2'

red 198 ◦ green 112 ◦ blue 242

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

Shades of Heliotrope #C670F2

Tints of Heliotrope #C670F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.84%

R = 35.87%
G = 20.29%
B = 43.84%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C670F2 (or 0xC670F2) is known color: Heliotrope. HEX triplet: C6, 70 and F2. RGB value is (198,112,242). Sum of RGB (Red+Green+Blue) = 198+112+242=552 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.87% from 552); Green value is 112 (44.14% from 255 or 20.29% from 552); Blue value is 242 (94.92% from 255 or 43.84% from 552); Max value from RGB is 242 - color contains mainly: blue. Hex color #C670F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C670F2 is #398F0D. Grayscale: #989898. Windows color (decimal): -3772174 or 15888582. OLE color: 15888582.

HSL color Cylindrical-coordinate representation of color #C670F2: hue angle of 279.69º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C670F2 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 198 112 242 -
CMYK 0.18 0.54 0 0.05
HSL 279.69º 0.83% 0.69% -
HSV(B) 279.69º 0.54% 0.95% -
XYZ 45.11 30 87.42 -
YUV 152.53 178.49 160.43 -
System Red Green Blue C M Y K H S L
Decimal 198 112 242 0.18 0.54 0 0.05 279.69 0.83 0.69
Hex C6 70 F2 12 36 0 5 118 53 45
Octal 306 160 362 22 66 0 5 430 123 105
Binary 11000110 1110000 11110010 10010 110110 0 101 100011000 1010011 1000101

Color Harmonies of #C670F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C670F2

Black with #C670F2

Text Example


Text Example

White with #C670F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C670F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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