Html Css Color HEX #C673FC Heliotrope

📋 copy color: '#C673FC'

red 198 ◦ green 115 ◦ blue 252

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

Shades of Heliotrope #C673FC

Tints of Heliotrope #C673FC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.35%

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

R = 35.04%
G = 20.35%
B = 44.6%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C673FC (or 0xC673FC) is known color: Heliotrope. HEX triplet: C6, 73 and FC. RGB value is (198,115,252). Sum of RGB (Red+Green+Blue) = 198+115+252=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 115 (45.31% from 255 or 20.35% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #C673FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C673FC is #398C03. Grayscale: #9A9A9A. Windows color (decimal): -3771396 or 16544710. OLE color: 16544710.

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

Color convert

RGB 198 115 252 -
CMYK 0.21 0.54 0 0.01
HSL 276.35º 0.96% 0.72% -
HSV(B) 276.35º 0.54% 0.99% -
XYZ 46.99 31.3 95.66 -
YUV 155.44 182.5 158.36 -
System Red Green Blue C M Y K H S L
Decimal 198 115 252 0.21 0.54 0 0.01 276.35 0.96 0.72
Hex C6 73 FC 15 36 0 1 114 60 48
Octal 306 163 374 25 66 0 1 424 140 110
Binary 11000110 1110011 11111100 10101 110110 0 1 100010100 1100000 1001000

Color Harmonies of #C673FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C673FC

Black with #C673FC

Text Example


Text Example

White with #C673FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C673FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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