Html Css Color HEX #C684FC Heliotrope

📋 copy color: '#C684FC'

red 198 ◦ green 132 ◦ blue 252

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

Shades of Heliotrope #C684FC

Tints of Heliotrope #C684FC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.68%

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

R = 34.02%
G = 22.68%
B = 43.3%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C684FC (or 0xC684FC) is known color: Heliotrope. HEX triplet: C6, 84 and FC. RGB value is (198,132,252). Sum of RGB (Red+Green+Blue) = 198+132+252=582 (77% of max value = 765). Red value is 198 (77.73% from 255 or 34.02% from 582); Green value is 132 (51.95% from 255 or 22.68% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #C684FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C684FC is #397B03. Grayscale: #A5A5A5. Windows color (decimal): -3767044 or 16549062. OLE color: 16549062.

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

Color convert

RGB 198 132 252 -
CMYK 0.21 0.48 0 0.01
HSL 273º 0.95% 0.75% -
HSV(B) 273º 0.48% 0.99% -
XYZ 49.11 35.54 96.37 -
YUV 165.41 176.87 151.24 -
System Red Green Blue C M Y K H S L
Decimal 198 132 252 0.21 0.48 0 0.01 273 0.95 0.75
Hex C6 84 FC 15 30 0 1 111 5F 4B
Octal 306 204 374 25 60 0 1 421 137 113
Binary 11000110 10000100 11111100 10101 110000 0 1 100010001 1011111 1001011

Color Harmonies of #C684FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C684FC

Black with #C684FC

Text Example


Text Example

White with #C684FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C684FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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