Html Css Color HEX #C684FE Heliotrope

📋 copy color: '#C684FE'

red 198 ◦ green 132 ◦ blue 254

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

Shades of Heliotrope #C684FE

Tints of Heliotrope #C684FE

RGB

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

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

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

R = 33.9%
G = 22.6%
B = 43.49%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C684FE (or 0xC684FE) is known color: Heliotrope. HEX triplet: C6, 84 and FE. RGB value is (198,132,254). Sum of RGB (Red+Green+Blue) = 198+132+254=584 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.90% from 584); Green value is 132 (51.95% from 255 or 22.60% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #C684FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C684FE is #397B01. Grayscale: #A5A5A5. Windows color (decimal): -3767042 or 16680134. OLE color: 16680134.

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

Color convert

RGB 198 132 254 -
CMYK 0.22 0.48 0 0.00
HSL 272.46º 0.98% 0.76% -
HSV(B) 272.46º 0.48% 1% -
XYZ 49.43 35.66 98.04 -
YUV 165.64 177.87 151.08 -
System Red Green Blue C M Y K H S L
Decimal 198 132 254 0.22 0.48 0 0.00 272.46 0.98 0.76
Hex C6 84 FE 16 30 0 0 110 62 4C
Octal 306 204 376 26 60 0 0 420 142 114
Binary 11000110 10000100 11111110 10110 110000 0 0 100010000 1100010 1001100

Color Harmonies of #C684FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C684FE

Black with #C684FE

Text Example


Text Example

White with #C684FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C684FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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