Html Css Color HEX #C670FA Heliotrope

📋 copy color: '#C670FA'

red 198 ◦ green 112 ◦ blue 250

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

Shades of Heliotrope #C670FA

Tints of Heliotrope #C670FA

RGB

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

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

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

R = 35.36%
G = 20%
B = 44.64%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C670FA (or 0xC670FA) is known color: Heliotrope. HEX triplet: C6, 70 and FA. RGB value is (198,112,250). Sum of RGB (Red+Green+Blue) = 198+112+250=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 112 (44.14% from 255 or 20% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #C670FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C670FA is #398F05. Grayscale: #989898. Windows color (decimal): -3772166 or 16412870. OLE color: 16412870.

HSL color Cylindrical-coordinate representation of color #C670FA: hue angle of 277.39º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C670FA is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 112 250 -
CMYK 0.21 0.55 0 0.02
HSL 277.39º 0.93% 0.71% -
HSV(B) 277.39º 0.55% 0.98% -
XYZ 46.34 30.5 93.89 -
YUV 153.45 182.49 159.78 -
System Red Green Blue C M Y K H S L
Decimal 198 112 250 0.21 0.55 0 0.02 277.39 0.93 0.71
Hex C6 70 FA 15 37 0 2 115 5D 47
Octal 306 160 372 25 67 0 2 425 135 107
Binary 11000110 1110000 11111010 10101 110111 0 10 100010101 1011101 1000111

Color Harmonies of #C670FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C670FA

Black with #C670FA

Text Example


Text Example

White with #C670FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C670FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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